Skip to main content

astroctl_clusters_delete

astroctl clusters delete

Delete a k8s cluster

Synopsis

Delete a k8s cluster

astroctl clusters delete [flags]

Examples

 
# Delete a k8s cluster
astroctl clusters delete my-cluster

# Delete a k8s cluster by cluster name
astroctl clusters delete -c <cluster-name> where <cluster-name> is the name of the cluster

Options

  -c, --cluster-name string   The cluster name to delete
-y, --confirm Confirm the cluster deletion (default true)
-h, --help help for delete

Options inherited from parent commands

  -o, --output string   Output format (json|yaml) (default "yaml")

SEE ALSO