> ## 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.

# odigos uninstall

## odigos uninstall

Uninstall Odigos

### Synopsis

Revert all the changes made by the odigos install command. This command will uninstall Odigos from your cluster. It will delete all Odigos objects and rollback any metadata changes made to your objects.

```
odigos uninstall [flags]
```

### Examples

```

# Uninstall Odigos
odigos uninstall

```

### Options

```
  -h, --help                  help for uninstall
      --ns string             Target Kubernetes namespace (default "odigos-system")
      --release-name string   Helm release name (default "odigos")
```

### Options inherited from parent commands

```
      --kube-context string   (optional) name of the kubeconfig context to use
      --kubeconfig string     (optional) absolute path to the kubeconfig file (default "KUBECONFIG")
  -v, --verbose               enable verbose output
```

### SEE ALSO

* [odigos](/cli/odigos)	 - Automate OpenTelemetry Observability in Kubernetes
