operationId: databases_install_update
summary: Start Database Maintenance
description: >-
To start the installation of updates for a
database cluster, send a PUT request to
`/v2/databases/$DATABASE_ID/install_update`.
A successful request will receive a 204 No Content status code with no body
in response.
tags:
- Databases
parameters:
- $ref: 'parameters.yml#/database_cluster_uuid'
responses:
'204':
$ref: '../../shared/responses/no_content.yml'
'401':
$ref: '../../shared/responses/unauthorized.yml'
'404':
$ref: '../../shared/responses/not_found.yml'
'429':
$ref: '../../shared/responses/too_many_requests.yml'
'500':
$ref: '../../shared/responses/server_error.yml'
default:
$ref: '../../shared/responses/unexpected_error.yml'
x-codeSamples:
- $ref: 'examples/curl/databases_update_installUpdate.yml'
- $ref: 'examples/go/databases_update_installUpdate.yml'
- $ref: 'examples/python/databases_update_installUpdate.yml'
security:
- bearer_auth:
- 'database:update'