Skip to main content

Deleting Addons

You can delete installed addons from your cluster either individually or all at once.

Delete a Single Addon

To delete a single addon, follow these steps:

  1. Delete the addon from your Git repository.
  2. Go to the Addons tab in your ArgoCD instance. The addon will no longer be listed.

Delete All Addons

To delete all addons from a repository at once, follow these steps:

  1. Go to the Addons tab in your ArgoCD instance.

  2. Click on Connect Addons Repo.

  3. Click on the Delete button next to the repository you want to remove.

    Addon Application

  4. All addons from the repository will be deleted from your cluster.

Note

Be aware that an addon may still appear if its child applications are stuck in a deletion state. This can occur due to an inactive cluster or issues with resource deletion. In such cases, ensure that the target clusters are live and resolve any deletion issues. Alternatively, you can enable the non-cascade deletion option in the addon configuration to unblock the deletion; however, related resources might continue to be deployed on the clusters.