Pachctl delete pipeline
pachctl delete pipeline¶
Delete a pipeline.
Synopsis¶
Delete a pipeline.
pachctl delete pipeline (<pipeline>|--all) [flags]
Options¶
--all delete all pipelines
-f, --force delete the pipeline regardless of errors; use with care
-h, --help help for pipeline
--keep-repo delete the pipeline, but keep the output repo around (the pipeline can be recreated later and use the same repo)
--split-txn split large transactions into multiple smaller transactions
Options inherited from parent commands¶
--no-color Turn off colors.
-v, --verbose Output verbose logs
Last update: January 5, 2021
Does this page need fixing? Edit me on GitHub