---
title: "Uninstall"
slug: "uninstall"
updated: 2021-12-01T09:03:34Z
published: 2021-12-01T09:03:34Z
---

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

# Uninstall

The topic describes various commands to uninstall traceable-agent

---

You can uninstall Traceable components by completing the following steps:

## **Helm**

If you have installed Traceable using Helm chart, enter the following command to uninstall Traceable:

```actionscript
helm uninstall traceable-agent --namespace traceableai
```

---

## **YAML**

If you have installed Traceable using a YAML file, enter the following command to uninstall Traceable:

1. Enter the following command to delete the traceable YAML file:

```actionscript
kubectl delete -f traceableai.yaml
```

1. Enter the following command to delete the Traceable namespace:

```actionscript
kubectl delete ns traceableai
```

**Namespace** Enter the following command to remove the Traceable label:

```actionscript
kubectl label namespace $NAMESPACE traceableai-inject-proxy
```

---

## **Terraform**

Enter the following command to uninstall`&nbsp;traceable-agent`. It is important that you run this command from the same directory from where you ran the`&nbsp;terraform apply` command. You can also run this command from the directory where you have the`&nbsp;terraform.tfstate` file that is created after you ran `terraform apply&nbsp;`command.

```actionscript
terraform destroy
```
