github.com/pachyderm/pachyderm@v1.13.4/doc/docs/1.11.x/reference/pachctl/pachctl_auth_deactivate.md (about) 1 ## pachctl auth deactivate 2 3 Delete all ACLs, tokens, and admins, and deactivate Pachyderm auth 4 5 ### Synopsis 6 7 Deactivate Pachyderm's auth system, which will delete ALL auth tokens, ACLs and admins, and expose all data in the cluster to any user with cluster access. Use with caution. 8 9 ``` 10 pachctl auth deactivate [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for deactivate 17 ``` 18 19 ### Options inherited from parent commands 20 21 ``` 22 --no-color Turn off colors. 23 -v, --verbose Output verbose logs 24 ``` 25