cURL
curl --request DELETE \ --url https://api.quantpilot.ai/deepquant/jobs/{job_id} \ --header 'x-api-key: <api-key>'
{ "message": "Job terminated" }
Terminates a running DeepQuant job
API key for authentication
Job terminated successfully
The response is of type object.
object