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