Vultr DocsLatest Content


Delete

Updated on 15 September, 2025

Permanently removes a specified Kubernetes cluster from your Vultr account after confirmation, freeing associated resources and stopping billing.


The vultr-cli kubernetes delete command permanently removes a specified Kubernetes cluster from your Vultr account after confirmation, freeing associated resources and billing.

Usage

console
$ vultr-cli kubernetes delete <Cluster ID> [flags]

Examples

console
# Full example
$ vultr-cli kubernetes delete ffd31f18-5f77-454c-9065-212f942c3c35
# Shortened with alias commands
$ vultr-cli k d ffd31f18-5f77-454c-9065-212f942c3c35'
# Delete a specific kubernetes cluster and all linked load balancers and block storages off your Vultr Account
$ vultr-cli kubernetes delete-with-resources ffd31f18-5f77-454c-9065-212f942c3c35

Flags

Shorthand Long Version Description
-r --delete-resources delete a kubernetes cluster and related resources

Comments

No comments yet.