models

Delete Model

Delete a model the caller owns.

Guarded: a model backing a live serving endpoint cannot be deleted out from under it — the caller must tear the endpoint(s) down first (409). Lookup, guard, and delete share one transaction so the check can't race the delete.

delete/v1/models/{model_id}

Path parameters

model_idstring uuid required

Response

Successful Response

deletedboolean required

Changes