Report this

What is the reason for this report?

I need my droplet UP/ON only between 9am to 5pm on weekdays. Is there a way to automate?

Posted on July 26, 2017

No one uses the server after hours so I’d like to schedule my OS to shut down every day at 5 pm. In this scenario, I am assuming you will charge only the time the server is up and running. Am I correct?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

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.

Your virtual server will still be billable even in a powered-off state (https://www.digitalocean.com/help/pricing-and-billing/general/).

A better approach for your use-case would be to perform a snapshot of a virtual server configured in a way that you desire and to create Droplets on demand from your pre-configured template. Hashicorp’s Packer (https://www.digitalocean.com/community/tutorials/how-to-create-digitalocean-snapshots-using-packer-on-ubuntu-16-04) is a great tool for building templates. DigitalOcean’s API can be used to create and destroy Droplets on demand.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.