Execute Command
POST
/applications/{uuid}/execute
Execute a command on the application's current container.
Authorizations
bearerAuth
Go to Keys & Tokens
/ API tokens
and create a new token. Use the token as the bearer token.
TypeHTTP (bearer)
Parameters
Path Parameters
uuid*
UUID of the application.
Typestring
Requiredformat
uuid
Request Body
JSON
{
"command": "string"
}
Responses
Execute a command on the application's current container.
application/json
JSON
{
"message": "Command executed.",
"response": "string"
}
POST
/applications/{uuid}/execute