emergency_kill_switch
Emergency shutdown of all PM2 processes. Requires kill switch secret. Logs the event to the audit trail. Use only in emergencies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| secret | Yes | Kill switch secret for authorization. | |
| source | No | Who activated the kill switch. | |
| command | No | Command to run. Default: pm2 stop all |