Cancel a long-running command job
exec_cancelCancel a remote job by sending a signal (e.g., TERM, KILL) to the process group and closing the SSH session.
Instructions
Best-effort cancellation for a job. If the remote job PID is known, the MCP server sends the signal to the remote process group, then closes the SSH channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | ||
| signal | No | Signal name without SIG prefix, e.g. TERM or KILL (default TERM). |