> For the complete documentation index, see [llms.txt](https://developer.harness.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.harness.io/web-application-and-api-protection-waap/installation/platform-agent/kubernetes/uninstall.md).

# 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
```

2. 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 `traceable-agent`. It is important that you run this command from the same directory from where you ran the `terraform apply` command. You can also run this command from the directory where you have the `terraform.tfstate` file that is created after you ran `terraform apply` command.

```actionscript
terraform destroy
```
