rename_cluster_pool
Renames a worker node pool in a managed Kubernetes cluster by creating a new pool and removing the old one, which replaces the pool's worker nodes.
Instructions
Rename a worker node pool of a managed Kubernetes cluster. Requires scope services:write. The rename adds a new pool and removes the old one, which rolls (replaces) the pool's worker nodes. name is the new pool name (lowercase letters/digits/hyphens, start with a letter, max 15). Plain write — not gated. service_id from list_services; pool is the current pool name from list_cluster_pools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New node-pool name (lowercase letters/digits/hyphens, start with a letter, max 15). | |
| pool | Yes | Current node-pool name from list_cluster_pools. | |
| service_id | Yes | Managed-Kubernetes service ID from list_services. |