force_terminate
Terminate a running terminal session by specifying the process ID (PID). Use this tool in Claude Desktop Commander MCP to manage active processes.
Instructions
Force terminate a running terminal session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pid | Yes |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pid": {
"type": "number"
}
},
"required": [
"pid"
],
"type": "object"
}