Skip to content

Remove container

Summary
  • Stop the container.
  • Remove (delete) both the server and data containers.
  • Remove (delete) both images.

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 containers.

    docker rm pmm-server pmm-data
    
  3. Remove the image.

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

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.