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. Kill pane.

All .NET tools · JSON · Source

Arguments

paneId required · string
The pane id to kill.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"paneId": {
"description": "The pane id to kill.",
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"properties": {
"changed": {
"type": "string"
},
"paneId": {
"default": null,
"type": [
"string",
"null"
]
},
"sessionId": {
"default": null,
"type": [
"string",
"null"
]
},
"windowId": {
"default": null,
"type": [
"string",
"null"
]
}
},
"required": [
"changed"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Kill pane"
}
Esc

Type to search.