Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Start sandbox background command mutation.
startSandboxBackgroundCommand
startSandboxBackgroundCommand(id: ID!, input: SandboxCommandInput!): SandboxBackgroundCommand!
mutation StartSandboxBackgroundCommand($id: ID!, $input: SandboxCommandInput!) { startSandboxBackgroundCommand(id: $id, input: $input) { commandId exitCode finishedAt startedAt status } }
{ "id": "", "input": { "command": "" } }