github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_undeploy.md (about)

     1  ## pachctl undeploy
     2  
     3  Tear down a deployed Pachyderm cluster.
     4  
     5  ### Synopsis
     6  
     7  Tear down a deployed Pachyderm cluster.
     8  
     9  ```
    10  pachctl undeploy [flags]
    11  ```
    12  
    13  ### Options
    14  
    15  ```
    16    -a, --all                DEPRECATED: Use "--metadata" instead.
    17    -h, --help               help for undeploy
    18        --ide                Delete the Pachyderm IDE deployment if it exists.
    19        --metadata           
    20                             Delete persistent volumes where metadata is stored. If your persistent volumes
    21                             were dynamically provisioned (i.e. if you used the "--dynamic-etcd-nodes"
    22                             flag), the underlying volumes will be removed, making metadata such as repos,
    23                             commits, pipelines, and jobs unrecoverable. If your persistent volume was
    24                             manually provisioned (i.e. if you used the "--static-etcd-volume" flag), the
    25                             underlying volume will not be removed.
    26        --namespace string   Kubernetes namespace to undeploy Pachyderm from.
    27  ```
    28  
    29  ### Options inherited from parent commands
    30  
    31  ```
    32        --no-color   Turn off colors.
    33    -v, --verbose    Output verbose logs
    34  ```
    35