Hanzo
OpenapiEngine

Read one model's load state on the serving runtime

Model reads one model's load state — loaded, unloading, or not_found, as the engine itself reports it.

GET /v1/engine/model

Addresshttps://api.hanzo.ai/v1/engine/model
MethodGET
OperationengineModel
AuthAuthorization: Bearer $HANZO_API_KEY

Model reads one model's load state — loaded, unloading, or not_found, as the engine itself reports it.

Request

1 field.

FieldInTypeRequiredDescription
modelquerystringModel is the model id to inspect, exactly as the model list reports it.

Response

StatusBodyMeaning
200ok

200 body — 1 field.

FieldInTypeAlwaysDescription
(body)bodyanyyes

Failure carries the platform error shape — see Errors.

Examples

hanzo engine model

Engine API · All Hanzo APIs · Interactive reference

How is this guide?

On this page