POST
/
v1
/
apps
/
{id}
/
start
Start Application
curl --request POST \
  --url https://api.vertracloud.app/v1/apps/{id}/start \
  --header 'Authorization: Bearer <token>'
{
  "status": "success"
}
id
string
required
The ID of the application to start. 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"
}