Vultr DocsLatest Content


Delete

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli kubernetes node-pool delete <Cluster ID> <Node Pool ID>

Examples

console
# 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'

Comments

No comments yet.