Is there a way to "pause" a project?

I did a deploy which I will not longer need for a week or so, until I need to demo the app again for my client. I would like to "pause" it so it stops consuming resources without the need to delete it now and create it again each time I need an online demo, I want to avoid setting the environment vars each time. Is it possible or deleting is the only way?
4 Replies
jonbeau
jonbeau11mo ago
can't you just remove the deployment by clicking the dots?
No description
Brody
Brody11mo ago
yep, no pausing, only removing unfortunately
Adam
Adam11mo ago
Removing only removes the deployment, you can restart the app by pushing a new commit
angelo
angelo11mo ago
This is in progress- we will be adding a scale to zero option