github.com/cloudposse/helm@v2.2.3+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        --timeout int   time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300)
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --debug                     enable verbose output
    33        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    34        --host string               address of tiller. Overrides $HELM_HOST
    35        --kube-context string       name of the kubeconfig context to use
    36        --tiller-namespace string   namespace of tiller (default "kube-system")
    37  ```
    38  
    39  ### SEE ALSO
    40  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    41  
    42  ###### Auto generated by spf13/cobra on 15-Jan-2017