github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.9.x/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 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 --no-color Turn off colors. 25 -v, --verbose Output verbose logs 26 ``` 27