Skip to main content
POST
Run a shell command in the app's container

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Path Parameters

app_id
string<uuid>
required

Body

application/json
command
string
required

Response

text/event-stream of output events: { output, is_error, exit_code, done }

The response is of type string.