---
title: "Run Clustering"
method: POST
path: "/clustering/run"
tags: ["clustering"]
deprecated: true
---

# Run Clustering

`POST /clustering/run`

> **Deprecated.**

Reject the retired manual clustering agent endpoint.

Nothing replaces it: ENG-6381 retired the clustering product, so there is
no successor endpoint to name.

Args:
    request: FastAPI request (required by rate limiter).
    auth: Authenticated user.

Raises:
    HTTPException: Always raised with 410 Gone.

## Other responses

- `410` — Legacy manual clustering agent is retired.

## Changes

- **2026-09-24** `1cffaad2a921` — 1 breaking, 1 info
  - removed the required property `detail` from the response with the `410` status
  - added the required property `error` to the response with the `410` status

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/clustering/run/post.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
