Skip to content

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
Required
formatuuid

Request Body

JSON
{
"command": "string"
}

Responses

Execute a command on the application's current container.
application/json
JSON
{
"message": "Command executed.",
"response": "string"
}

Samples

Powered by VitePress OpenAPI