---
title: "Abort a job"
method: GET
path: "/job/{id}/abort"
tags: ["Job"]
---

# Abort a job

`GET /job/{id}/abort`

Forcefully aborts a job. Unlike stop, this kills the job immediately.

## Path parameters

- `id` string, required

## Query parameters

- `crawlId` string

## Response `200`

Whether the job was successfully aborted.

- boolean

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `404` — The requested resource was not found.
- `500` — An unexpected server error occurred.

---

[API](https://skmtc.dev/apache/apis/apache-nutch-rest-api.md) · [All operations](https://skmtc.dev/apache/apis/apache-nutch-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apache/apache-nutch-rest-api/revisions/e67af5b75ede/schema)
