cURL
curl --request POST \ --url https://api.example.com/process.Process/SendSignal \ --header 'Content-Type: application/json' \ --data ' { "process": { "pid": 123 }, "signal": "SIGNAL_UNSPECIFIED" } '
{}
Show child attributes
SIGNAL_UNSPECIFIED
SIGNAL_SIGTERM
SIGNAL_SIGKILL
Success
The response is of type SendSignalResponse · object.
SendSignalResponse · object
Was this page helpful?