force_terminate
Terminate unresponsive terminal sessions by process ID to free system resources and regain control of your command line interface.
Instructions
Force terminate a running terminal session.
This command can be referenced as "DC: ..." or "use Desktop Commander to ..." in your instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes |
Input Schema (JSON Schema)
{
"properties": {
"pid": {
"type": "number"
}
},
"required": [
"pid"
],
"type": "object"
}