> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enkryptai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstallation

> Completely remove the Helm release and all associated Kubernetes resources.

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

```bash theme={"system"}
curl -O https://raw.githubusercontent.com/enkryptai/helm-charts/main/utils/uninstall.sh
chmod +x uninstall.sh
```

### Step 2: Run the script

```bash theme={"system"}
./uninstall.sh
```
