crawler_job_delete
Cancel and permanently delete a running ScraperAPI crawl job using its job ID. Use this to stop a crawl you no longer need.
Instructions
Cancel and delete a ScraperAPI crawl job.
Irreversibly cancels a running crawl job and removes it. Use this to stop a
crawl you no longer need.
When to use:
- Stopping a running crawl you started and no longer want
When NOT to use:
- Pausing temporarily — this permanently cancels the job (there is no resume)
Args:
params (CrawlerJobRefParams): job_id (required) — the id returned by
crawler_job_start.
Returns:
str: JSON confirming the job was cancelled.
Raises:
ToolError: If the API key is missing, the rate limit is exceeded, or
the request fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |