github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/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 17 Delete everything, including the persistent volumes where metadata 18 is stored. If your persistent volumes were dynamically provisioned (i.e. if 19 you used the "--dynamic-etcd-nodes" flag), the underlying volumes will be 20 removed, making metadata such repos, commits, pipelines, and jobs 21 unrecoverable. If your persistent volume was manually provisioned (i.e. if 22 you used the "--static-etcd-volume" flag), the underlying volume will not be 23 removed. 24 -h, --help help for undeploy 25 --namespace string Kubernetes namespace to undeploy Pachyderm from. 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --no-color Turn off colors. 32 -v, --verbose Output verbose logs 33 ``` 34