# kill_pane

Source: https://libtmux.org/en/go/latest/mcp/tools/kill_pane/

> Delete tmux state; accepts no command payload. Deletes one pane and ends its process.

MCP is in development

Server behavior and tool contracts may change. Tool availability depends on the server configuration.

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

[All Go tools](../) · [JSON](../kill_pane.json) · [Source](https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/mcp/manifest_catalog.go#L568)

## 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.
