# Uninstall BDOT Collectors in Docker Compose

Collectors can be uninstalled by using the `docker compose down` command. Use the `-v` flag to remove volumes as well.

```bash
docker compose down (-v)
```
