---
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.

The supported production path is event-driven: LLMAJ stores a not-pass
verdict, enqueues ``inference_cluster_refresh``, and the worker updates
``InferenceCluster`` rows for the project/model variant scope.

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.

---

[API](https://skmtc.net/pioneer/apis/brain-api.md) · [All operations](https://skmtc.net/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pioneer/brain-api/revisions/31dfe831e079/schema)
