Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

respawn_pane

Start a pane’s configured process; accepts no command payload. Restart only the pane’s configured process; no caller command is accepted.

All Swift tools · JSON · Source

Arguments

force optional · boolean
Caller-controlled force.
killFirst optional · boolean
Caller-controlled killFirst.
paneId required · string
Caller-controlled paneId.
startDirectory optional · string
Caller-controlled startDirectory.

Schemas

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

Input schema
{
"additionalProperties": false,
"properties": {
"force": {
"description": "Caller-controlled force.",
"type": "boolean"
},
"killFirst": {
"description": "Caller-controlled killFirst.",
"type": "boolean"
},
"paneId": {
"description": "Caller-controlled paneId.",
"type": "string"
},
"startDirectory": {
"description": "Caller-controlled startDirectory.",
"type": "string"
}
},
"required": [
"paneId"
],
"type": "object"
}
Output schema
{
"additionalProperties": false,
"properties": {
"pane": {
"type": "string"
},
"paneRef": {
"type": "string"
}
},
"required": [
"pane",
"paneRef"
],
"type": "object"
}
Tool annotations
{
"destructiveHint": true,
"idempotentHint": false,
"openWorldHint": true,
"readOnlyHint": false,
"title": "Respawn pane"
}
Esc

Type to search.