---
title: "GET /v2/clusters/{cluster_id}/supported-platforms"
method: GET
path: "/v2/clusters/{cluster_id}/supported-platforms"
tags: ["installer"]
deprecated: true
---

# GET /v2/clusters/{cluster_id}/supported-platforms

`GET /v2/clusters/{cluster_id}/supported-platforms`

> **Deprecated.**

Deprecated. Returns a list of platforms that this cluster can support in its current configuration.
Prefer deriving platform eligibility from cluster hosts and inventory together with
GET /v2/support-levels/features (or GET /v2/support-levels/features/detailed) for the cluster OpenShift version and CPU architecture.

## Path parameters

- `cluster_id` string, uuid, required

## Response `200`

Success.

- PlatformType[]

## Other responses

- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Error.
- `500` — Error.

---

[API](https://skmtc.net/openshift/apis/assistedinstall.md) · [All operations](https://skmtc.net/openshift/apis/assistedinstall/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openshift/assistedinstall/versions/9d0b4936ca97/schema)
