By Matt Cohen
I have been using this API endpoint to calculate costs of our App Platform instances:
https://docs.digitalocean.com/reference/api/api-reference/#operation/apps_list_instanceSizes
Some time in the last week or so, this endpoint was retired, giving the response:
{ “id”: “gone”, “message”: “Endpoint retired. The concept of tiers has been retired. We recommend using get instance size API instead.” }
I don’t see this mentioned in the documentation above, or in the API release notes at https://docs.digitalocean.com/release-notes/api/
Does anyone have any insight into this ‘instance size API’ that the message refers to? I don’t see it listed in the API documentation.
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!
Hi there,
Would you mind sharing the exact request that you are using?
I’ve just tested the following and it seems to still be working as expected:
curl -X GET \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_API_KEY" \
"https://api.digitalocean.com/v2/apps/tiers/instance_sizes"
- Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.