Answers for "remove app in pm2"

CSS
2

uninstall pm2

pm2 kill
npm remove pm2 -g
#test with :
which pm2
Posted by: Guest on February-11-2021
3

pm2 remove app from list

pm2 start <process>
pm2 stop <process>
pm2 restart <process>
pm2 delete <process>
Posted by: Guest on December-23-2020

Browse Popular Code Answers by Language