force_terminate
Terminate a running terminal session by specifying the process ID with this command. Use for ending unresponsive or unwanted processes in Desktop Commander.
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)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"pid": {
"type": "number"
}
},
"required": [
"pid"
],
"type": "object"
}