v1

latestSwagger 2.02026-08-04232286653.5 KB
AutoClusters

Retrieve the AutoClusters configuration for a specific cluster.

Returns the cluster's Autoclusters configuration including alert handling defaults and any customer overrides.

get/projects/{project_id}/kubernetes/clusters/{cluster_id}/autoclusters/config

Path parameters

project_idstring required

Project ID

cluster_idstring required

Cluster ID

Response

fallback_to_project_reservationsboolean

Whether to use project's unused reservations as fallback when Crusoe spares are exhausted.

updated_atstring date-time

When this config was last updated.

Example response

{
  "remediation_configs": [
    {
      "issue_name": "XID_74"
    }
  ],
  "updated_at": "2025-01-15T10:30:00Z"
}