Skip to content

For help, click the link below to get free database assistance or contact our experts for personalized support.

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

To uninstall PMM Client with the Docker container:

  1. Stop the pmm-client container:

    docker stop pmm-client
    
  2. Remove the container:

    docker rm pmm-client
    
  3. Remove the PMM Client image:

    docker rmi $(docker images | grep "percona/pmm-client" | awk {'print $3'})
    
  4. Remove the data volume:

    docker volume rm pmm-client-data