Skip to content

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

Remove services from monitoring

To stop monitoring a service, use the pmm-admin remove command with the appropriate service type and name:

pmm-admin remove <service-type> <service-name>

Command reference

  • service-type: The type of service to remove: mysql, mongodb, postgresql, proxysql, haproxy, or external
  • service-name: The name of the service as displayed in PMM inventory

Example

To remove a MySQL service:

pmm-admin remove mysql mysql-prod-db1

Verify service removal

After removing a service, you can verify it’s no longer being monitored by listing all monitored services:

pmm-admin list