Skip to content

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

Remove podman container

Caution

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

To remove your container:

  1. Stop PMM Server:

    systemctl --user stop pmm-server
    
  2. Remove volume:

    podman volume rm --force pmm-server
    
  3. Remove the PMM images:

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