Skip to main content

Operation details

FieldValue
NamecancelSandboxBackgroundCommand
GroupSandbox
TypeMutation
SignaturecancelSandboxBackgroundCommand(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": ""
}