Operation details
| Field | Value |
|---|---|
| Name | cancelSandboxBackgroundCommand |
| Group | Sandbox |
| Type | Mutation |
| Signature | cancelSandboxBackgroundCommand(id: ID!, commandId: ID!): SandboxBackgroundCommand! |
Playground
Query
Query
mutation CancelSandboxBackgroundCommand($id: ID!, $commandId: ID!) {
cancelSandboxBackgroundCommand(id: $id, commandId: $commandId) {
status
commandId
exitCode
finishedAt
startedAt
}
}
Variables
Variables
{
"id": "",
"commandId": ""
}