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

# Uninstall

## With CLI

```shell theme={null}
odigos uninstall
```

## Uninstall Existing Odigos Installation with Helm

If you installed Odigos using Helm, you can uninstall it by running the following commands:

```shell theme={null}
helm delete odigos -n odigos-system
kubectl delete ns odigos-system
```
