Hi Folks,
I’ve noticed that the sizes API gives back some slugs which do not appear in the UI.
curl -X GET -H "Content-Type: application/json" \
-H "Authorization: Bearer $DO_TOKEN" \
"https://api.digitalocean.com/v2/sizes?per_page=200"
Here’s the results which I can’t find in the UI (made into a table for easy viewing).
description | slug | memory | vcpus | disk | price_monthly | available |
---|---|---|---|---|---|---|
Basic Intel | s-1vcpu-1gb-intel | 1024 | 1 | 25 | 7.0 | TRUE |
Basic Intel | s-1vcpu-2gb-intel | 2048 | 1 | 50 | 14.0 | TRUE |
Basic Intel | s-2vcpu-2gb-intel | 2048 | 2 | 60 | 21.0 | TRUE |
Basic Intel | s-2vcpu-4gb-intel | 4096 | 2 | 80 | 28.0 | TRUE |
Basic Intel | s-4vcpu-8gb-intel | 8192 | 4 | 160 | 56.0 | TRUE |
In terms of specs and pricing, they are the same as what is available in the ‘Basic -> Premium AMD’ tab, but according to the description and slug these are intel.
All of the other results I get from the API appear in the UI in their expected categories - so I’m a little bit lost on these particular ones.
Hoping someone might be able to clear this up.
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.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
:wave: Looks like those might be older, legacy plans. Looking at the Premium Intel tab on https://www.digitalocean.com/pricing/droplets#basic-droplets, the plans more-or-less match up, though it looks like the “current” plans have a slightly larger disk (and a slightly increased cost to match).