Operation details
Playground
Query
query.graphql
Variables
variables.json
Documentation Index
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.
| Field | Value |
|---|---|
| Name | cancelSandboxBackgroundCommand |
| Group | Sandbox |
| Type | Mutation |
| Signature | cancelSandboxBackgroundCommand(id: ID!, commandId: ID!): SandboxBackgroundCommand! |
mutation CancelSandboxBackgroundCommand($id: ID!, $commandId: ID!) {
cancelSandboxBackgroundCommand(id: $id, commandId: $commandId) {
commandId
exitCode
finishedAt
startedAt
status
}
}
{
"id": "",
"commandId": ""
}