Kill a window
tmux_kill_windowClose a tmux window by specifying its target and confirming the action. Designed for safe termination of individual windows within a session.
Instructions
Close a tmux window. Use with care.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | SSH host alias (optional). Uses default host if set. | |
| target | Yes | Window target, e.g. session:window or window id. | |
| confirm | No | Must be true to proceed. |