Kill a process
kill_processTerminate or signal a process by PID on macOS to stop unresponsive applications or manage running services.
Instructions
Send a signal (default SIGTERM) to a process by pid. Requires admin mode AND MACCTL_ALLOW_EXEC=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | Process id (from list_processes). | |
| signal | No | Signal to send. | TERM |