---
title: "[Retired] Update a cluster status"
method: PATCH
path: "/inference-clusters/{cluster_id}"
tags: ["inference-clusters"]
deprecated: true
---

# \[Retired\] Update a cluster status

`PATCH /inference-clusters/{cluster_id}`

> **Deprecated.**

Reject the retired cluster annotation write.

Args:
    cluster_id: Cluster the caller asked for.

Raises:
    HTTPException: Always ``410 Gone``.

## Path parameters

- `cluster_id` string, uuid, required

## Other responses

- `410` — Not-pass inference clustering is retired.
- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 2 breaking, 1 warning, 3 info
  - removed the request body
  - removed the success response with the status `200`
  - removed the optional property `detail` from the response with the `422` status
  - endpoint deprecated
  - …2 more

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/inference-clusters/:cluster_id/patch.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)
