Kill a process
Process Management
Kill Process
Force-terminate a process with SIGKILL.
DELETE
Kill a process
Kill a running process with
SIGKILL.
Endpoint
Example Request
Response
Tensorlake returns204 No Content when the process is terminated.
If you want a graceful shutdown first, use Send Signal with 15 before falling back to SIGKILL.