kill_process
Terminate running processes by PID to manage system resources and stop unresponsive applications. Use this tool to forcefully end specific processes when needed.
Instructions
Terminate a running process by PID.
Use with caution as this will forcefully terminate the specified process.
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"
}