Skip to main content
Cancel a running sandbox command job

Tool details

FieldValue
Namecancel_sandbox_command_job
GroupSandbox

Playground

Input schema

Input schema
{
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Sandbox session ID"
    },
    "job_id": {
      "type": "string",
      "description": "Command job ID"
    }
  },
  "required": [
    "id",
    "job_id"
  ],
  "additionalProperties": false,
  "description": "Input schema for the cancel_sandbox_command_job tool.",
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Output schema

This tool does not publish an output schema.