start and stop service
jatinborah0909-del
HOBBYOP

6 days ago

Is it possible to stop the service instead of deleting the service and redeploy. I am asking this because I want to stop the service execution sometimes. Deleting the service causes me to remove the environment variables and I need to create them again.

$10 Bounty

3 Replies

Railway
BOT

6 days ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


jorgemancinelli
HOBBY

6 days ago

Hi! There isn't an option to pause or stop containers. There's a workaround you can use. From the container's Deployments tab, in the three-dot menu, you can use "Remove." This doesn't delete the container or its configurations; it only clears the deployment, making it ready for redeployment.
it's work fine for my projects on Java, Angular, Vue and MySql


medim
MODERATOR

6 days ago

As jorgemancinelli has said, you can remove the latest active deployment and you can also enable serverless on your service settings.


Loading...