Stacks
Execute command in sandbox
Run a command in the sandbox container and get the output
post/v1/stacks/{id}/exec
Path parameters
idstring required
Stack identifier
Example:stk_abc123
Request body
Example request
{
"command": [
"curl",
"-s",
"https://example.com"
]
}Response
Command execution result