DELETE
/
deepquant
/
jobs
/
{job_id}
curl --request DELETE \
  --url https://api.quantpilot.ai/deepquant/jobs/{job_id} \
  --header 'x-api-key: <api-key>'
{
  "message": "Job terminated"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

job_id
string
required

Response

200 - application/json

Job terminated successfully

The response is of type object.