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

> Remove Odigos Central from your cluster using the CLI or Helm.

To completely remove Odigos Central:

## Using CLI

```bash theme={null}
odigos pro central uninstall
```

**Options:**

| Flag                | Default          | Description              |
| ------------------- | ---------------- | ------------------------ |
| `--namespace`, `-n` | `odigos-central` | Target namespace         |
| `--yes`             | `false`          | Skip confirmation prompt |

**Example:**

```bash theme={null}
odigos pro central uninstall --namespace odigos-central --yes
```

## Using Helm

```bash theme={null}
helm uninstall odigos-central --namespace odigos-central
kubectl delete namespace odigos-central
```

<Warning>
  Uninstalling Odigos Central will disconnect all remote clusters. Make sure to
  plan for this accordingly.
</Warning>
