> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raven.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstalling Raven Operator

> Uninstalling Raven Operator

If you need to uninstall Raven Operator, run the following command:

```sh theme={null}
helm uninstall raven-operator -n raven-operator
```

This command removes the DaemonSet and all associated resources from your Kubernetes cluster.

The namespace and CRD can then be removed using the following commands:

```sh theme={null}
kubectl delete namespace raven-operator
kubectl delete crd ravensensors.raven.io
```
