Hanzo
OpenapiVisor

The machine and GPU sizes that can be launched

Lists the instance sizes the compute catalog offers, passed through verbatim from the provider so the shape stays the provider's single source of truth.

GET /v1/visor/compute/sizes

Addresshttps://api.hanzo.ai/v1/visor/compute/sizes
MethodGET
Operationget_visor_compute_sizes
AuthAuthorization: Bearer $HANZO_API_KEY

Lists the instance sizes the compute catalog offers, passed through verbatim from the provider so the shape stays the provider's single source of truth. These are the values size accepts on a launch. The catalog is GLOBAL, not per-tenant: no owner is forwarded and every org sees the same list. It is still gated — a validated principal is required, 403 without one.

Request

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

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Visor API · All Hanzo APIs · Interactive reference

How is this guide?

On this page