github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_delete_commit.md (about) 1 ## pachctl delete commit 2 3 Delete an input commit. 4 5 ### Synopsis 6 7 Delete an input commit. An input is a commit which is not the output of a pipeline. 8 9 ``` 10 pachctl delete commit <repo>@<branch-or-commit> [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for commit 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25