> For the complete documentation index, see [llms.txt](https://docs.neurox.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.neurox.com/installation/alternative-install-methods/uninstall-neurox.md).

# Uninstall Neurox

{% hint style="danger" %}
This will delete your Neurox Control plane install and all data. Proceed with caution.
{% endhint %}

{% code overflow="wrap" %}

```sh
helm uninstall -n neurox neurox-control
kubectl delete ns neurox
```

{% endcode %}
