github.com/pachyderm/pachyderm@v1.13.4/doc/docs/master/reference/pachctl/pachctl_restart_datum.md (about) 1 ## pachctl restart datum 2 3 Restart a datum. 4 5 ### Synopsis 6 7 Restart a datum. 8 9 ``` 10 pachctl restart datum <job> <datum-path1>,<datum-path2>,... [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for datum 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25