Skip to main content
DELETE
Kill a process
Kill a running process with SIGKILL.

Endpoint

Example Request

Response

Tensorlake returns 204 No Content when the process is terminated. If you want a graceful shutdown first, use Send Signal with 15 before falling back to SIGKILL.

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.

Response

Process terminated