POST
/
v1
/
databases
/
{id}
/
stop
Stop Database
curl --request POST \
  --url https://api.vertracloud.app/v1/databases/{id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
id
string
required
The ID of the database to stop. If the database belongs to an organization, include the organization ID in the format dbId-orgId.

Response

status
string
Indicates whether the call was successful. success if successful, error if not.
{
  "status": "success"
}