Report this

What is the reason for this report?

How do I know when an API created droplet is ready

Posted on June 3, 2015

Hi All,

I am using the Java API and can successfully create a droplet and get back the new ID and IP address. What I’m not sure on, is how do you identify when the droplet is actually ready for use. For example after creating the droplet via the API I then went to the dashboard and sure enough there was the progress bar saying that the droplet was being created.

But the API’s create process is finished. Do I have to continually check the new droplets “isNew” or “isActive” method to find out when the droplet can be used.

Ian



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.

Currently the best solution is to query the droplet with the ID you receive from the create event and check for status = “Active”.

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.