Answers for "pm2 remove id"

1

pm2 remove id

# stop
pm2 stop process_name
# delete
pm2 delete process_name
Posted by: Guest on February-12-2021
2

List the status of all application managed by PM2:

pm2 list
Posted by: Guest on May-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language