Skip to main content
POST
/
v2
/
apps
/
{app_id}
/
stop
Stop Application
curl --request POST \
  --url https://api.squarecloud.app/v2/apps/{app_id}/stop \
  --header 'Authorization: <authorization>'
{
    "status": "success"
}

Documentation Index

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

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

Authorization
string
required
The API key for your account. You can find this in your account settings.
app_id
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

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