Skip to main content

Operation details

FieldValue
NamestartSandboxBackgroundCommand
GroupSandbox
TypeMutation
SignaturestartSandboxBackgroundCommand(id: ID!, input: SandboxCommandInput!): SandboxBackgroundCommand!

Playground

Query

Query
mutation StartSandboxBackgroundCommand($id: ID!, $input: SandboxCommandInput!) {
  startSandboxBackgroundCommand(id: $id, input: $input) {
    status
    commandId
    exitCode
    finishedAt
    startedAt
  }
}

Variables

Variables
{
  "id": "",
  "input": {
    "command": ""
  }
}