Getting Started

Uninstall

Remove AIOStack from your Kubernetes cluster using the one-line uninstaller or manually with Helm.

AIOStack is read-only and makes no changes to your applications or data. Uninstalling removes all AIOStack components cleanly with no residual impact on your workloads.

Before you go — if you're running into a problem that's prompting the uninstall, we'd genuinely like to help. Drop us a line at support@aurva.io or open an issue on GitHub. We read everything.

One-line uninstaller

The fastest way to remove AIOStack:

Terminal
curl -fsSL https://aurva.ai/uninstall.sh | bash

The uninstaller detects your release name and namespace and removes all AIOStack components from your cluster.

Manual uninstall

If you prefer to remove AIOStack manually with Helm:

Terminal
helm uninstall myaiostack --namespace aiostack
kubectl delete namespace aiostack

Replace myaiostack with your release name if you used a custom one during installation. You can check your release name with:

Terminal
helm list --all-namespaces | grep aiostack

Need help?

Copyright © 2026