Skip to main content
To uninstall the Binarly Transparency Platform, you can use Helm or ArgoCD, depending on how you initially deployed the platform.

Helm

If you used Helm to install the platform, you can uninstall it with the following command:
This command will remove the application and all its resources from the specified namespace.

ArgoCD

If you used ArgoCD to deploy the platform, you can uninstall it with the following command:
This command will remove the application and all its resources from the specified namespace.

FluxCD

If you used FluxCD to deploy the platform, you can uninstall it by deleting the HelmRelease resource:
This command will remove the HelmRelease and all associated resources from the specified namespace.