How to programmatically restart a node application? Anonymous 8 months ago updated 8 months ago Answered I have a shared instance with a node application (I've seen another post where they tell someone that node can't be used in shared instances, so don't try to remove my node privileges) that it's prone to fatal errors, thus bringing down the application.I tried using PM2 for 24/7 availability of my app but it seems that inmotion just doesn't allow this with my app, which isn't fine but I get it, however, I'm unable to find documentation for the cPanel API (if any) in order to create my own script to programmatically check the status of my app and issue a restart.So, to summarize, how can I access cPanel node application status and if there's any way to restart a node app directly from the console?Thanks.