kill_process
Terminate a running macOS process by providing its Process ID (PID) or its process name, resolving unresponsive applications or system hangs.
Instructions
Kills a process by PID or name
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | No | Process ID to kill | |
| name | No | Process name to kill (if PID not known) |