github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_delete_all.md (about) 1 ## pachctl delete all 2 3 Delete everything. 4 5 ### Synopsis 6 7 Delete all repos, commits, files, pipelines and jobs. 8 This resets the cluster to its initial state. 9 10 ``` 11 pachctl delete all [flags] 12 ``` 13 14 ### Options 15 16 ``` 17 -h, --help help for all 18 ``` 19 20 ### Options inherited from parent commands 21 22 ``` 23 --no-color Turn off colors. 24 -v, --verbose Output verbose logs 25 ``` 26