Vultr

From wikinotes
Revision as of 20:42, 25 September 2022 by Will (talk | contribs) (→‎API)

vultr is another cloud provider, like digitalocean.
it has a wider range of supported OS's, and cheaper rates.

Documentation

home https://www.vultr.com/
api https://www.vultr.com/api/

API

curl "https://api.vultr.com/v2/instances" \
  -X GET \
  -H "Authorization: Bearer ${API_KEY}"