Scraper apiGeneratedCrawl

Cancel a crawl job

Stop scheduling new crawl pages and let in-flight page work drain

DELETE
/v1/crawl/{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/crawl/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "job_id": "453bd7d7-5355-4d6d-a38e-d9e7eb218c3f",
  "status": "queued",
  "status_url": "string",
  "in_flight_pages": 0
}
Empty
Empty
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}