Skip to main content
POST
/
v1
/
databases
/
{id}
/
stop
Stop Database
curl --request POST \
  --url https://api.vertracloud.app/v1/databases/{id}/stop
{
  "response": "success"
}

Documentation Index

Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt

Use this file to discover all available pages before exploring further.

id
string
required
The ID of the database to stop. 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"
}