Stop​
GET
/applications/{uuid}/stop
Stop application. Post request is also accepted.
Authorizations​
bearerAuth
Go to Keys & Tokens / API tokens and create a new token. Use the token as the bearer token.
Type
HTTP (bearer)
Parameters​
Path Parameters
uuid*
UUID of the application.
Type
Requiredstring
Responses​
Stop application.
application/json
JSON
{
"message": "Application stopping request queued."
}
