Bootstrap FreeKB - ArgoCD - Delete Project using the CLI
ArgoCD - Delete Project using the CLI

Updated:   |  ArgoCD articles

This assumes:

The argocd proj list command can be used to list your ArgoCD projects.

~]$ argocd proj list
NAME     DESCRIPTION  DESTINATIONS  SOURCES  CLUSTER-RESOURCE-WHITELIST  NAMESPACE-RESOURCE-BLACKLIST  SIGNATURE-KEYS  ORPHANED-RESOURCES  DESTINATION-SERVICE-ACCOUNTS
default               *,*           *        */*                         <none>                        <none>          disabled            <none>
my-project            *,*           *        */*                         <none>                        <none>          disabled            <none>

 

The argocd proj delete command can be used to delete an ArgoCD project.

argocd proj delete my-project

 

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter 2be97b in the box below so that we can be sure you are a human.