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. Deletes one pane and ends its process.

All Go tools · JSON · Source

Arguments

confirm_self optional · boolean
permit ending the pane this MCP process runs in
pane_id required · string
the pane id, such as %1

Schemas

The schema defines required fields, nested values, defaults, and validation constraints.

Input schema
{
"additionalProperties": false,
"properties": {
"confirm_self": {
"description": "permit ending the pane this MCP process runs in",
"type": "boolean"
},
"pane_id": {
"description": "the pane id, such as %1",
"type": "string"
}
},
"required": [
"pane_id"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"killed": {
"type": "string"
},
"windowEnded": {
"type": "boolean"
}
},
"required": [
"killed",
"windowEnded"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"openWorldHint": true,
"title": "Kill a pane"
}
Esc

Type to search.