Skip to main content
POST
Update app status (run/stop/restart)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
run,
stop,
restart

Response

Status updated successfully

message
string