Hanzo
OpenapiMl

Deletes a deployed inference model.

Deletes a deployed inference model. kserve owns the teardown: the InferenceService goes away and the serving deployment behind it follows, so the model…

DELETE /v1/ml/models/{name}

Addresshttps://api.hanzo.ai/v1/ml/models/{name}
MethodDELETE
Operationdelete_ml_models_by_name
AuthAuthorization: Bearer $HANZO_API_KEY

Deletes a deployed inference model. kserve owns the teardown: the InferenceService goes away and the serving deployment behind it follows, so the model stops answering predict calls. Answers 204, or 404 for a name the caller's org does not own.

Request

1 field.

FieldInTypeRequiredDescription
namepathstringyesName is the resource to act on, taken from the path.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo ml models rm <name>

ML API · All Hanzo APIs · Interactive reference

How is this guide?

On this page