Python
from gcore import Gcore client = Gcore( api_key="My API Key", ) client.cloud.k8s.clusters.pools.nodes.delete( instance_id="instance_id", project_id=0, region_id=0, cluster_name="cluster_name", pool_name="pool_name", )
After deletion, the node will be automatically recreated to maintain the desired pool size.
Was this page helpful?