Delete an ML model by ID or name, with soft/hard delete options
Documentation Index
Fetch the complete documentation index at: https://openmetadata-feat-feat-2mbfixdeploy.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
false, the ML model is soft-deleted and can be restored.DELETE /v1/mlmodels/name/{fqn} to delete by fully qualified name.
mlflow_svc.customer_segmentation).PUT /v1/mlmodels/restore to restore a soft-deleted ML model.
deleted: true. Hard delete returns no content (204). Restore returns the restored ML model object.
| Code | Error Type | Description |
|---|---|---|
401 | UNAUTHORIZED | Invalid or missing authentication token |
403 | FORBIDDEN | User lacks permission to delete this ML model |
404 | NOT_FOUND | ML model with given ID or FQN does not exist |