Permanently removes a specified node pool and its worker nodes from a Kubernetes cluster in your Vultr account.
The vultr-cli kubernetes node-pool delete
command removes a specified node pool from a Kubernetes cluster in your Vultr account, permanently deleting those worker nodes.
$ vultr-cli kubernetes node-pool delete <Cluster ID> <Node Pool ID>
# Full example
$ vultr-cli kubernetes node-pool delete ffd31f18-5f77-454c-9065-212f942c3c35 abd31f18-3f77-454c-9064-212f942c3c34
# Shortened with alias commands
$ vultr-cli k n d ffd31f18-5f77-454c-9065-212f942c3c35 abd31f18-3f77-454c-9064-212f942c3c34'
No comments yet.