Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

kill_pane

Delete tmux state; accepts no command payload. Delete one pane and its running process.

All Swift tools · JSON · Source

Arguments

force optional · boolean
Caller-controlled force.
paneId required · 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"
}
Esc

Type to search.