How to stop a NodeJS Project

I’m having problems figuring out where do I stop a project that is running.

I look at the dashboard but see no option to stop a NodeJS project that is running an expressjs server.

How do I achieve this?

Thanks.

Hi there,

At the bottom of the service settings page there’s an option to “Suspend”. That would stop the service as a whole and also prevent it accruing any more charges (if it’s on a paid plan). Once you’re ready to spin up your service again you click “Resume” also from the setting page.

Does that help? Or are you referring to something different?

Alan

1 Like

Thanks a lot.