> For the complete documentation index, see [llms.txt](https://dbi-services.gitbook.io/yak-user-doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dbi-services.gitbook.io/yak-user-doc/installation/install-yak-core/uninstall-yak.md).

# Uninstall Yak

## 1. Helm uninstall

```bash
helm uninstall yak -n <namespace>
```

That's it ;-)

{% hint style="danger" %}
Uninstalling the YaK will not only remove the application but also the content of the YaK database and its data.

Think twice before running this command.

However, uninstalling the YaK will not remove any of your configured instances or components already deployed, so the costs incurred by these items will continue to be generated if your instances are not terminated or destroyed at your cloud provider(s).\\
{% endhint %}
