github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_delete.1 (about) 1 .TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-delete \- given a release name, delete the release from Kubernetes 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm delete [flags] RELEASE\_NAME [...]\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 This command takes a release name, and then deletes the release from Kubernetes. 19 It removes all of the resources associated with the last release of the chart. 20 21 .PP 22 Use the '\-\-dry\-run' flag to see which releases will be deleted without actually 23 deleting them. 24 25 26 .SH OPTIONS 27 .PP 28 \fB\-\-dry\-run\fP[=false] 29 simulate a delete 30 31 .PP 32 \fB\-\-no\-hooks\fP[=false] 33 prevent hooks from running during deletion 34 35 .PP 36 \fB\-\-purge\fP[=false] 37 remove the release from the store and make its name free for later use 38 39 40 .SH OPTIONS INHERITED FROM PARENT COMMANDS 41 .PP 42 \fB\-\-debug\fP[=false] 43 enable verbose output 44 45 .PP 46 \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home" 47 location of your Helm config. Overrides $HELM\_HOME 48 49 .PP 50 \fB\-\-host\fP="" 51 address of tiller. Overrides $HELM\_HOST 52 53 .PP 54 \fB\-\-kube\-context\fP="" 55 name of the kubeconfig context to use 56 57 58 .SH SEE ALSO 59 .PP 60 \fBhelm(1)\fP 61 62 63 .SH HISTORY 64 .PP 65 1\-Nov\-2016 Auto generated by spf13/cobra