Skip to content

Execute Command

POST
/applications/{uuid}/execute

Execute a command on the application’s current container.

Authorizations

Parameters

Path Parameters

uuid
required
string format: uuid

UUID of the application.

Request Body required

Command to execute.

object
command

Command to execute.

string

Responses

200

Execute a command on the application’s current container.

object
message
string
Command executed.
response
string

400

Invalid token.

object
message
string
Invalid token.

401

Unauthenticated.

object
message
string
Unauthenticated.

404

Resource not found.

object
message
string
Resource not found.