Skip to main content
POST
/
v1
/
apps
/
{id}
/
start
Start Application
curl --request POST \
  --url https://api.vertracloud.app/v1/apps/{id}/start
{
  "response": {
    "status": "starting"
  }
}
id
string
required
The application ID to start. 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": "starting"
  }
}