Delete tmux state; accepts no command payload. Delete one pane and its running process.
All Swift tools · JSON · Source
Arguments
forceoptional · boolean- Caller-controlled force.
paneIdrequired · string- Caller-controlled paneId.
Schemas
The schema defines required fields, nested values, defaults, and validation constraints.
Input schema
{ "additionalProperties": false, "properties": { "force": { "description": "Caller-controlled force.", "type": "boolean" }, "paneId": { "description": "Caller-controlled paneId.", "type": "string" } }, "required": [ "paneId" ], "type": "object"}Output schema
{ "additionalProperties": false, "properties": { "deleted": { "type": "boolean" }, "paneId": { "type": "string" } }, "required": [ "deleted", "paneId" ], "type": "object"}Tool annotations
{ "destructiveHint": true, "idempotentHint": false, "openWorldHint": true, "readOnlyHint": false, "title": "Kill pane"}