Cancel a running deep research job
Cancel a deep research job that is currently running. This will stop the job and prevent further credit consumption.Documentation Index
Fetch the complete documentation index at: https://docs.clado.ai/llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Type | Required | Description |
|---|---|---|---|
| job_id | string | Yes | The job ID of the deep research job to cancel |
| Status Code | Description |
|---|---|
| 401 | Unauthorized - API key missing or invalid |
| 404 | Not Found - Job ID does not exist |
| 409 | Conflict - Job cannot be cancelled (already completed or failed) |
| 500 | Internal Server Error - Error cancelling job |