Hanzo AI
OpenapiVisor

List regions

Regions lists the regions a machine can be launched in. The catalog is GLOBAL — identical for every tenant — so no owner is forwarded upstream.

GET /v1/visor/compute/regions

Addresshttps://api.hanzo.ai/v1/visor/compute/regions
MethodGET
Operationget_visor_compute_regions
AuthAuthorization: Bearer $HANZO_API_KEY

Regions lists the regions a machine can be launched in.

The catalog is GLOBAL — identical for every tenant — so no owner is forwarded upstream. It is still org-gated, because a catalog is a map of what this deployment can spend money in and an anonymous caller has no business reading it.

Request

GET /v1/visor/compute/regions takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo visor compute regions

Visor API · All Hanzo APIs · Interactive reference

How is this guide?

On this page