Send a signal
Process Management
Send Signal
Send a POSIX signal such as SIGTERM or SIGKILL to a running process.
POST
Send a signal
Send a POSIX signal to a running process.
Common values include
If the process does not exist, Tensorlake returns
Endpoint
Example Request
Request Body
15 for SIGTERM and 9 for SIGKILL.
Response
Tensorlake returns200 OK:
404 Not Found. Invalid signals or signals sent to non-running processes return 400 Bad Request.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The operating system PID of the process.
Body
application/json
Response
Signal delivered successfully