Answers for "delete pm2 app"

2

uninstall pm2

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

pm2 remove app from list

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language