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

# Removal

To remove and clean the cluster, we need to do two steps:

1. Delete all ArgoCD apps. To do so, just port-forward to it as we did on the previous step and start deleting each app. It will clear everything.
2. Use helmfile to delete all installed charts.

The command to do it:

```bash theme={null}
helmfile destroy
```

And this will remove all charts installed by helmfile.

<Warning>
  This is a destructive operation. It will destroy *everything* and data loss will happen unless you have backed up the data stores. Excercise this command with care.
</Warning>
