Execute Command
POST /applications/{uuid}/execute
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
response
string
400
Invalid token.
object
message
string
401
Unauthenticated.
object
message
string
404
Resource not found.
object
message
string