You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to disable monitoring for a specific process?
You can then use the command pm2 unmonitor [APP_NAME|ID] to stop monitoring a process with PM2 Plus. pm2 lswill display a red dot indicating the application will not be monitored by PM2 Plus. If you want to monitor the process again use pm2 monitor [APP_NAME|ID].
(emphasis added)
However, when I run pm2 ls on my servers, after removing some processes from PM2 Plus with "pm2 unmonitor", I cannot see any red dot in the list. Yet, I can confirm that the processes have been removed from PM2 Plus.
The text was updated successfully, but these errors were encountered:
Quoting the docs:
(emphasis added)
However, when I run
pm2 ls
on my servers, after removing some processes from PM2 Plus with "pm2 unmonitor", I cannot see any red dot in the list. Yet, I can confirm that the processes have been removed from PM2 Plus.The text was updated successfully, but these errors were encountered: