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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://cover-docs-preview.diffblue.com/features/cover-reports/cover-reports-administrator/uninstall.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
