DigitalOcean-public.v2-new_Databases
Start Database Maintenance
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.
put/v2/databases/{database_cluster_uuid}/install_update
Path parameters
database_cluster_uuidstring uuid required
A unique identifier for a database cluster.
Response
The action was successful and the response body is empty.