Skip to main content
This process fully removes the installed stack, including:
  • Helm release
  • Deployments, StatefulSets, Jobs
  • PersistentVolumeClaims (PVCs)
  • CustomResourceDefinitions (CRDs) etc

Uninstall Using Script

We provide a cleanup script that removes the Helm release along with all leftover resources.

Step 1: Download the script

curl -O https://raw.githubusercontent.com/enkryptai/helm-charts/main/utils/uninstall.sh
chmod +x uninstall.sh

Step 2: Run the script

./uninstall.sh