Skip to main content
POST
https://api.vertracloud.app
/
v1
/
apps
/
{id}
/
stop
Stop Application
curl --request POST \
  --url https://api.vertracloud.app/v1/apps/{id}/stop
{
  "status": "success"
}
id
string
required
The ID of the application to stop. If the application belongs to an organization, include the organization ID in the format appId-orgId.

Response

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