[BUG] - ERW Cloud compute instance (regular performance) with 0.5 GB Memory missing in API response
erodrigufer opened this issue · 2 comments
Describe the bug
I am not entirely sure if this is the right place to report this bug, because it actually relates to the Vultr API.
Anyways, in the web UI for creating an instance, there is this plan that can only be found when you choose: Cloud Compute - Regular Performance - New York (NJ) - OS: FreeBSD-13 (but I guess it applies to many other as well). The first two plans that show up are:
- IPv6 ONLY for $2.5/month
- $3.5/month for 1vCPU, 0.5 GB Memory, 10GB SSD and 0.5 TB Bandwidth
When I try to list all plans through the Vultr API doing a GET request with curl to https://api.vultr.com/v2/plans
these two plans do not show up. Actually, the cheapest plan in the json response from the API starts at $5.00
Therefore, I have been unable to start the $3.5/month instance in EWR through an API call, since I do not know how to name the plan when performing the create instance API request. Otherwise, I can start instances in other plans without any issues.
To Reproduce
Steps to reproduce the behavior:
- GET request to
https://api.vultr.com/v2/plans
curl "https://api.vultr.com/v2/plans" \
-X GET \
-H "Authorization: Bearer ${VULTR_API_KEY}"
Expected behavior
The json response should show these two specific plans for the EWR region, but they are totally missing in the json file.
Hey there,
The $2.50 and $3.50 are our sandbox plans. These are only available through the UI, not the API.
Ok, thanks for the quick reply :)