hey, I notice when you create a droplet there is a progress bar that updates the status using a /events/polling (or something similar) route.
could we get that as an api?
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.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
awesome! thank you!
You can use the Droplet/SHOW API call to confirm when a droplet has finished creating: <br> <br>https://api.digitalocean.com/droplets/[DROPLET_ID]?client_id=[YOUR_CLIENT_ID]&api_key=[YOUR_API_KEY] <br> <br>When you first issue the create command the droplet’s “status” will be “new”. <br> <br>When the create is finished and the status will change to “active”. Until you see the “active” status in the SHOW request the droplet is still being created - which can take longer when droplets are created from snapshots or backup images.