Release Note

Validated on 9 Jun 2020 • Last edited on 24 Jan 2025

The response body to POST requests creating multiple Droplets has been extended to include an actions link for each Droplet created. For example:

    "links": {
      "actions": [
        {
          "id": 24404896,
          "rel": "create",
          "href": "https://api.digitalocean.com/v2/actions/24404896"
        },
        {
          "id": 24404897,
          "rel": "create",
          "href": "https://api.digitalocean.com/v2/actions/24404897"
        }
      ]
    }

These can be used to check the status of each individual Droplet create event rather than polling each Droplet.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.