Skip to main content
POST
Send a signal
Send a POSIX signal to a running process.

Endpoint

Example Request

Request Body

Common values include 15 for SIGTERM and 9 for SIGKILL.

Response

Tensorlake returns 200 OK:
If the process does not exist, Tensorlake returns 404 Not Found. Invalid signals or signals sent to non-running processes return 400 Bad Request.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

pid
integer<int32>
required

The operating system PID of the process.

Body

application/json
signal
integer<int32>
required

Response

Signal delivered successfully

success
boolean
required