To completely remove Odigos Central:
Using CLI
odigos pro central uninstall
Options:
| Flag | Default | Description |
|---|
--namespace, -n | odigos-central | Target namespace |
--yes | false | Skip confirmation prompt |
Example:
odigos pro central uninstall --namespace odigos-central --yes
Using Helm
helm uninstall odigos-central --namespace odigos-central
kubectl delete namespace odigos-central
Uninstalling Odigos Central will disconnect all remote clusters. Make sure to
plan for this accordingly.