Skip to main content

Manage Clusters

This guide provides an overview of how to manage Kubernetes clusters in your project.

List Clusters

To list all Kubernetes clusters via the API, send a GET request to the /kubernetes/clusters endpoint:

GET /kubernetes/clusters HTTP/1.1
Host: <region>.atlas.fluidstack.io
Authorization: Bearer <token>

Get Cluster Details

To get details for a specific cluster via the API, send a GET request to the /kubernetes/clusters/{id} endpoint:

GET /kubernetes/clusters/<cluster-id> HTTP/1.1
Host: <region>.atlas.fluidstack.io
Authorization: Bearer <token>

For node pool management, see Manage Node Pools.