Kill a pane
tmux_kill_paneClose a specific tmux pane by targeting its session, window, or pane ID. Requires confirmation to prevent accidental termination.
Instructions
Close a tmux pane. Use with care.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| target | Yes | Pane target, e.g. session:window.pane or pane id. | |
| confirm | No | Must be true to proceed. |