Skip to content

Get Geographic Regions

GET
/deployments/app-hosting/geographic-regions
curl --request GET \
--url https://api.mengi.cloud/deployments/app-hosting/geographic-regions

Get available geographic regions for shared tier clusters. Returns regions based on the selected cloud provider.

provider
Any of:
string

Cloud provider (hetzner, aws, gcp, azure). Defaults to hetzner.

Successful Response

Media type application/json
Example generated
example

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}