Skip to main content
POST
/
jobs
/
{job_id}
/
restart
Restart Job
curl --request POST \
  --url 'https://api.example.com/jobs/{job_id}/restart?HAIQU_API_KEY='
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.haiqu.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

HAIQU_API_KEY
string
query
required

Path Parameters

job_id
string
required

Response

Successful Response