github.com/argoproj/argo-cd@v1.8.7/docs/user-guide/commands/argocd_cluster_rm.md (about) 1 ## argocd cluster rm 2 3 Remove cluster credentials 4 5 ### Synopsis 6 7 Remove cluster credentials 8 9 ``` 10 argocd cluster rm SERVER [flags] 11 ``` 12 13 ### Examples 14 15 ``` 16 argocd cluster rm https://12.34.567.89 17 ``` 18 19 ### Options 20 21 ``` 22 -h, --help help for rm 23 ``` 24 25 ### Options inherited from parent commands 26 27 ``` 28 --auth-token string Authentication token 29 --client-crt string Client certificate file 30 --client-crt-key string Client certificate key file 31 --config string Path to Argo CD config (default "/home/user/.argocd/config") 32 --grpc-web Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. 33 --grpc-web-root-path string Enables gRPC-web protocol. Useful if Argo CD server is behind proxy which does not support HTTP2. Set web root. 34 -H, --header strings Sets additional header to all requests made by Argo CD CLI. (Can be repeated multiple times to add multiple headers, also supports comma separated headers) 35 --insecure Skip server certificate and domain verification 36 --logformat string Set the logging format. One of: text|json (default "text") 37 --loglevel string Set the logging level. One of: debug|info|warn|error (default "info") 38 --plaintext Disable TLS 39 --port-forward Connect to a random argocd-server port using port forwarding 40 --port-forward-namespace string Namespace name which should be used for port forwarding 41 --server string Argo CD server address 42 --server-crt string Server certificate file 43 ``` 44 45 ### SEE ALSO 46 47 * [argocd cluster](argocd_cluster.md) - Manage cluster credentials 48