github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_delete_pipeline.md (about) 1 ## pachctl delete pipeline 2 3 Delete a pipeline. 4 5 ### Synopsis 6 7 Delete a pipeline. 8 9 ``` 10 pachctl delete pipeline (<pipeline>|--all) [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 --all delete all pipelines 17 -f, --force delete the pipeline regardless of errors; use with care 18 -h, --help help for pipeline 19 --keep-repo delete the pipeline, but keep the output repo around (the pipeline can be recreated later and use the same repo) 20 ``` 21 22 ### Options inherited from parent commands 23 24 ``` 25 --no-color Turn off colors. 26 -v, --verbose Output verbose logs 27 ``` 28