Search code examples
pm2

pm2 has multiple copies of an executable in its list


Here is the output of pm2 ls

enter image description here

Why are there multiple keys_server's and how can they be removed?

P.s. If anyone knows why the vertical bars are not being rendered properly feel free to pitch in


Solution

  • Looks like pm2 delete <id> works. After doing

     pm2 delete 0
     pm2 delete 2
    

    The list is:

    enter image description here