# Uninstall Cover Reports

## Uninstall Cover Reports (Docker)

1. Stop the service:

```shell
docker compose down
```

2. Remove Docker artifacts (unused containers, unused images):

```shell
docker container prune
```

```shell
docker image prune --all
```

4. Remove the Docker volume (irreversible):

```shell
docker volume rm cover-reports2_cover-reports-data
```

## Uninstall Cover Reports (Zip)

```bash
rm -rf $COVER_REPORTS_HOME
```

## Uninstall Cover Reports (**Service)**

Use Windows Service Manager or Linux `systemctl` to uninstall the **Cover Reports** service.

## Uninstall Cover Reports (Windows Installer)

Go to **Add or remove programs**, find Diffblue, and select **Uninstall**.

## FAQs

Q: What should I do when uninstalling Cover Reports as a Windows Service and I receive the "Service has already started, uninstalling it may be impossible" message?

A: This occurs because the service is in the process of stopping. Once the service has stopped, it will be uninstalled. You can safely ignore this message.
