Skip to main content
POST
/
v2
/
databases
/
{database_id}
/
start
Start Database
curl --request POST \
  --url https://api.squarecloud.app/v2/databases/{database_id}/start \
  --header 'Authorization: <authorization>'
{
  "status":"success"
}
Authorization
string
required
The API key for your account. You can find this in your account settings.

Parameters

database_id
string
required
The ID of the database.

Response

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