Skip to content

Uninstall PMM client using Docker container

To remove (uninstall) PMM Client, do the following steps in Docker:

Caution

These steps delete the PMM Client Docker image and client services configuration data.

To uninstall PMM client with the Docker container:

  1. Stop pmm-client container.

    docker stop pmm-client
    
  2. Remove containers.

    docker rm pmm-client
    
  3. Remove the image.

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

    docker volume rm pmm-client-data
    

Get expert help

If you need assistance, you can find comprehensive and free database knowledge on our community forum or blog posts. For professional support and services, contact our Percona Database Experts.