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

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