---
title: "Lists all available Kubernetes versions in the project and returns their details."
method: GET
path: "/projects/{project_id}/kubernetes/versions"
tags: ["Kubernetes Versions"]
---

# Lists all available Kubernetes versions in the project and returns their details.

`GET /projects/{project_id}/kubernetes/versions`

## Path parameters

- `project_id` string, required

## Query parameters

- `show_deprecated` boolean
- `product_name` string

## Response `200`

- ListKubernetesVersionsResponse
  - `kubernetes_cluster_versions` KubernetesClustersVersionInfo[], required — Available Kubernetes cluster versions.
    - `cluster_version_name` string, required — Version name of the Crusoe Kubernetes cluster image.
    - `supported_features` string[], required — Features supported by this cluster version. Possible values today: "oidc", "autoclusters", "active_health_checks". New feature names may be added over time. API consumers should ignore unrecognized feature names.
    - `tags` string[], required — Tags associated with the version.
    - `version_details` VersionDetails, required
      - `BuildVersion` string — Build version component.
      - `MajorMinorVersion` string — Major and minor version components, for example "1.30".
      - `PatchVersion` string — Patch version component.
  - `kubernetes_node_pool_versions` KubernetesNodePoolsVersionInfo[], required — Available Kubernetes node pool versions.
    - `node_pool_version_name` string, required — Version name of the Crusoe Kubernetes node pool image.
    - `supported_features` string[], required — Features supported by this node pool version. Possible values today: "node_taints", "ephemeral_storage_for_containerd". New feature names may be added over time. API consumers should ignore unrecognized feature names.
    - `tags` string[], required — Tags associated with the version.
    - `version_details` VersionDetails, required
      - `BuildVersion` string — Build version component.
      - `MajorMinorVersion` string — Major and minor version components, for example "1.30".
      - `PatchVersion` string — Patch version component.

## Other responses

- `400` — Error Bad Request
- `401` — Error Authentication Failed
- `403` — Error Permissions
- `500` — Error Internal Server

---

[API](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway.md) · [All operations](https://skmtc.net/crusoecloud/apis/crusoe-cloud-api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crusoecloud/crusoe-cloud-api-gateway/revisions/a3fd2dedc72b/schema)
