Skip to main content
POST
cURL

Path Parameters

id
string
required
Example:

"e7847229c547d8"

Body

application/json
command
string
required

Command to execute via /bin/sh -c. Supports shell features like pipes, redirects, and variables.

Minimum string length: 1
Example:

"npm install"

options
object

Response

Command executed

stdout
string
required
Example:

"hello\n"

stderr
string
required
Example:

""

exitCode
integer
required
Example:

0

success
boolean
required
Example:

true