---
title: "Stop the Nutch server"
method: GET
path: "/admin/stop"
tags: ["Admin"]
---

# Stop the Nutch server

`GET /admin/stop`

Initiates a graceful shutdown of the Nutch server. If jobs are still running and force is not set, the server will refuse to stop.

## Query parameters

- `force` boolean

## Response `200`

Shutdown status message.

- string

## Other responses

- `401` — Unauthorized. Basic authentication credentials are missing or invalid.
- `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)
