> For the complete documentation index, see [llms.txt](https://docs.cortexlabs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cortexlabs.com/0.28/clusters/cortex-core-on-kubernetes/uninstall.md).

# Uninstall

Identify the Cortex installation's release name:

```bash
helm list
```

Uninstall Cortex:

```bash
helm uninstall <RELEASE_NAME>
```

Resources in your cloud such as the bucket and logs will not be deleted.
