Skip to main content
POST
/
v1
/
databases
/
{id}
/
restart
Restart Database
curl --request POST \
  --url https://api.vertracloud.app/v1/databases/{id}/restart
{
  "response": "success"
}
id
string
required
The ID of the database to restart. If the database belongs to an workspace, include the workspace_id in the format dbId-workspace_id.

Response

response
string
The response message, indicating successful operation.
{
  "response": "success"
}