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

# Uninstalling Workbench on BYOK8s

noindex: true

If you are maintaining your own implementation of Kubernetes (K8s), the removal of Data Science & AI Workbench is fairly straightforward. To uninstall Workbench from your cluster, run the following command:

```sh theme={null}
helm uninstall anaconda-enterprise
```

<Note>
  This will remove any of the resources that were installed by the application, but will not remove anything that you had created prior to the `helm install` command, such as persistent volumes.
</Note>
