Send signal to process
POST/api/node/:hostname/process/:pid/signal
Send a signal to a process by PID on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Signal sent.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Process not found.
Error sending signal.