POST
/
deepquant
/
jobs
/
{job_id}
/
tasks
/
{task_id}
/
skip
curl --request POST \
  --url https://api.quantpilot.ai/deepquant/jobs/{job_id}/tasks/{task_id}/skip \
  --header 'x-api-key: <api-key>'
{
  "message": "Task skipped"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Path Parameters

job_id
string
required
task_id
string
required

Response

200 - application/json

Task skipped successfully

message
string
Example:

"Task skipped"