GET
/
databases
/
{uuid}
/
stop
curl --request GET \
  --url https://app.coolify.io/api/v1/databases/{uuid}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "Database stopping request queued."
}

Authorizations

Authorization
string
header
required

Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.

Path Parameters

uuid
string
required

UUID of the database.

Response

200
application/json

Stop database.

The response is of type object.