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, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services.