github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_delete.md (about) 1 ## helm delete 2 3 given a release name, delete the release from Kubernetes 4 5 ### Synopsis 6 7 8 9 This command takes a release name, and then deletes the release from Kubernetes. 10 It removes all of the resources associated with the last release of the chart. 11 12 Use the '--dry-run' flag to see which releases will be deleted without actually 13 deleting them. 14 15 16 ``` 17 helm delete [flags] RELEASE_NAME [...] 18 ``` 19 20 ### Options 21 22 ``` 23 --dry-run simulate a delete 24 --no-hooks prevent hooks from running during deletion 25 --purge remove the release from the store and make its name free for later use 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --debug enable verbose output 32 --home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home") 33 --host string address of tiller. Overrides $HELM_HOST 34 --kube-context string name of the kubeconfig context to use 35 ``` 36 37 ### SEE ALSO 38 * [helm](helm.md) - The Helm package manager for Kubernetes. 39 40 ###### Auto generated by spf13/cobra on 1-Nov-2016