cURL
curl --request DELETE \ --url https://apigcp.trynia.ai/v2/oracle/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "<string>", "session_id": "<string>", "status": "cancelled", "message": "<string>" }
Cancel a running or queued Oracle research job.
Cancellation is best-effort - the job may complete before cancellation takes effect. Jobs that are already completed, failed, or cancelled cannot be cancelled again.
API key must be provided in the Authorization header
Job identifier to cancel
Job cancelled successfully
cancelled