---
title: "[Retired] List project inference clusters"
method: GET
path: "/projects/{project_id}/inference-clusters"
tags: ["inference-clusters"]
deprecated: true
---

# \[Retired\] List project inference clusters

`GET /projects/{project_id}/inference-clusters`

> **Deprecated.**

Reject the retired project cluster listing.

Args:
    project_id: Project the caller asked for.

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

## Path parameters

- `project_id` string, uuid, required

## Other responses

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

## Changes

- **2026-09-24** `1cffaad2a921` — 1 breaking, 7 warning, 3 info
  - removed the success response with the status `200`
  - deleted the `query` request parameter `base_model`
  - deleted the `query` request parameter `model_id`
  - deleted the `query` request parameter `severity`
  - …7 more

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