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.
Cancel sandbox background command mutation.
cancelSandboxBackgroundCommand
cancelSandboxBackgroundCommand(id: ID!, commandId: ID!): SandboxBackgroundCommand!
mutation CancelSandboxBackgroundCommand($id: ID!, $commandId: ID!) { cancelSandboxBackgroundCommand(id: $id, commandId: $commandId) { commandId exitCode finishedAt startedAt status } }
{ "id": "", "commandId": "" }