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.
$ vultr-cli kubernetes delete <Cluster ID> [flags]
# 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
Shorthand | Long Version | Description |
---|---|---|
-r | --delete-resources | delete a kubernetes cluster and related resources |
No comments yet.