I have a nodejs application running perfectly in the "Node JS Applications Manager", but I also have a deploy pipeline that runs whenever the application is updated.
The problem is that I can't find a way to restart the application after it's updated without having to manually go to the panel and click restart.
What would be the command, in the terminal, to restart the application, given that it was started via "Node JS Applications Manager"?