Terminate a running background process. The process is killed immediately and cannot be restarted.
Endpoint
Request
Body Parameters
Example Request
Response
Success (200 OK)
Response Fields
Status Codes
Errors
Process Not Found (404)
Cause: The process ID doesn’t exist or has already completed.
Fix: Verify the process ID using the List Processes endpoint.
Use Cases
Kill Long-Running Task
Kill All Running Processes
Kill Process with Confirmation
Timeout and Kill
Important Notes
Killing a process terminates it immediately without cleanup. Any unsaved data or partial results will be lost.
- Immediate termination - Process is killed without graceful shutdown
- No recovery - Killed processes cannot be restarted
- Check status - Use List Processes to verify the process was killed
Next Steps