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!
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.
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:
- Bobby