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

Response

response
object
The response containing the operation status.
{
  "response": {
    "status": "stopping"
  }
}