How to temporarily pause services

Hey! I couldn't find a resource that lets me pause some deployed node.js services so that I do not incur charges while they are not in use. Help will be appreciated.
Solution:
If you delete the active deployment (not the service or project, the deployment) your app will stop running but it’s configuration will be saved
Jump to solution
10 Replies
Percy
Percy12mo ago
Project ID: 90ee1053-4060-4875-8074-9215f9b822dc
ultrakiller
ultrakiller12mo ago
90ee1053-4060-4875-8074-9215f9b822dc
LaCrak27
LaCrak2712mo ago
Pausing a service is not supported ATM, but iirc scaling to zero is in the works
Adam
Adam12mo ago
scaling to zero is not something that’s on the team’s radar atm
LaCrak27
LaCrak2712mo ago
Whoops I would have sworn I heard someone do say tha
Solution
Adam
Adam12mo ago
If you delete the active deployment (not the service or project, the deployment) your app will stop running but it’s configuration will be saved
Adam
Adam12mo ago
To relaunch your app, push a new commit
ultrakiller
ultrakiller12mo ago
that would work. Thank you :)
Brody
Brody12mo ago
Adam is correct, it is not something on the radar atm, it has since been moved to low priority
LaCrak27
LaCrak2712mo ago
Oh, so I was not tripping after all, good to know