Uninstall PMM client using Docker container¶
Completely remove the PMM Client Docker container, image, and client services configuration data.
Data loss warning
This permanently removes PMM Server and all monitoring data. Ensure you have backed up any important data before uninstalling.
Prerequisites¶
- Unregister PMM Client from PMM Server
- Docker access on the system
To uninstall PMM Client with the Docker container:
-
Stop the pmm-client container:
docker stop pmm-client
-
Remove the container:
docker rm pmm-client
-
Remove the PMM Client image:
docker rmi $(docker images | grep "percona/pmm-client" | awk {'print $3'})
-
Remove the data volume:
docker volume rm pmm-client-data