> ## Documentation Index
> Fetch the complete documentation index at: https://odigos-cursor-browser-instrumentation-security-2830.mintlify.site/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
```
