Scraper apiGeneratedBatch

Cancel a batch job

Stop scheduling new batch items and let in-flight child extractions drain

DELETE
/v1/batch/{job_id}
X-Api-Key<token>

In: header

Path Parameters

job_idstring
Formatuuid

Response Body

application/json

application/json

curl -X DELETE "https://scraper.geonode.io/v1/batch/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
  "status": "queued",
  "status_url": "string",
  "in_flight_urls": 0
}
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}