The DigitalOcean API lets you programmatically manage your Droplets and other resources using conventional HTTP requests. Any action that you can perform through the DigitalOcean Control Panel (except for creating personal access tokens) can also be performed with the API.
Keep up to date with changes to our APIs using the API filter in our release notes section.
You can also subscribe to the release notes RSS feed.
In order to improve security, DigitalOcean no longer accepts TLS 1.0 and TLS 1.1 connections. This includes connections to www.digitalocean.com
, cloud.digitalocean.com
, and api.digitalocean.com
.
Released v1.77.0 of doctl, the official DigitalOcean CLI. This release deprecates the floating-ip
commands in favor of the new reserved-ip
ones.
When creating a Droplet via the API, we now release the Droplet’s IP address when it is in the active
state, instead of the new
state.
For more information, see the full release notes.