VPS: Data centers
Get data center list
Retrieve all available data centers.
Use this endpoint to view location options before deploying VPS instances.
get/api/vps/v1/data-centers
Response
Success response
Example response
[
{
"id": 29,
"name": "phx",
"location": "us",
"city": "Phoenix",
"continent": "North America"
}
]