Skip to main content
POST
/
databases
/
{database_id}
/
stop
Stop a database
curl --request POST \
  --url https://shardcloud.app/api/databases/{database_id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

database_id
string<uuid>
required

Response

Database stopped successfully

message
string
I