temporarily STOP of my container
mgo29
HOBBY
a year ago
I am currently running a NestJS application. At the moment, no one is using my service, but it will be utilized in the future. I am looking for a way to temporarily stop my container without deleting the entire project.
I found some similar threads, such as this one 'https://help.railway.app/feedback/maintenance-option-5f338d6b#p-2' , but they didn't provide a conclusive answer. Is there a way to pause or stop the container temporarily?
Thank you for your assistance!
1 Replies
a year ago
You currently have two options -
Enable app sleeping - https://docs.railway.app/reference/app-sleeping
Remove the active deployment from it's 3-dot menu, when you want to bring it back online you redeploy it from the removed deployments 3-dot menu.