Skip to content

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

Remove container

Caution

These steps delete the PMM Server Docker image and any accumulated PMM metrics data.

To remove the container:

  1. Stop pmm-server container:

    docker stop pmm-server
    
  2. Remove the container:

    docker rm pmm-server
    
  3. Remove the data volume:

    docker volume rm pmm-data
    
  4. Remove the image:

    docker rmi $(docker images | grep "percona/pmm-server" | awk '{print $3}')