cURL
curl --request DELETE \ --url https://trio.machinefi.com/api/jobs/{job_id} \ --header 'Authorization: Bearer <token>'
{ "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "message": "<string>", "final_stats": {} }
Cancel a running job.
DELETE /jobs/{job_id}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response
Response for canceling a job.
Job status enum.
pending
running
stopped
completed
failed