> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/clara/parabricks/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/clara/parabricks/_mcp/server.

# Uninstalling the Software

Uninstalling NVIDIA Parabricks is as simple as removing the Docker image.

```sh
$ docker images
  REPOSITORY                            TAG                     IMAGE ID       CREATED         SIZE
  ...
  nvcr.io/nvidia/clara/clara-parabricks 4.7.1-1          516740210042   2 months ago    3.23GB
  ...

$ docker rmi 516740210042
```

The exact value of the "IMAGE ID" will vary depending on your installation.