I just deployed a static website on the app platform, and I would need to temporarily disable/pause it without destroying the app. Is there a way to do that? Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
We don’t currently support pausing an app, but your feedback on it is definitely helpful. We may support this in the future, so stay tuned.
In the meantime, you could grab your app spec YAML from Settings -> View Spec
, destroy your app, and then recreate it with the same app spec using doctl
later when you want to revive your app. The doctl
command would look like this:
doctl apps create --spec app.yaml
Bump
Did you find an answer for this? is it possible to do?
Did you found an answer for this? Is it possible to do?
Click below to sign up and get $100 of credit to try our products over 60 days!
Did you find an answer for this? is it possible to do?
That would be great!