set_cluster_scale
Adjust the autoscaling bounds (minimum and maximum worker count) of the first node pool in a managed Kubernetes cluster using service ID from list_services.
Instructions
Set the autoscaling bounds (minimum/maximum worker count) of the FIRST node pool of a managed Kubernetes cluster. Requires scope services:write. minimum >= 1 and maximum >= minimum (enforced server-side). Adjusts an existing pool — it does not add one (use add_cluster_pool for that). service_id comes from list_services (a cloud-k8s service); read current sizing with get_cluster_scale.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maximum | Yes | Maximum worker count (must be >= minimum). | |
| minimum | Yes | Minimum worker count for the first pool (>= 1). | |
| service_id | Yes | Managed-Kubernetes service ID from list_services. |