Update a Registered Model by Name
PATCH
/api/v4/projects/{id}/ml/mlflow/api/2.0/mlflow/registered-models/update
Authorizations
Section titled “Authorizations”Parameters
Section titled “Parameters”Path Parameters
Section titled “Path Parameters”Request Body
Section titled “Request Body”Media typeapplication/json
object
name
Registered model unique name identifier, in reference to the project
string
description
Optional description for registered model.
string
Examplegenerated
{ "name": "example", "description": "example"}Responses
Section titled “Responses”OK
Media typeapplication/json
object
name
string
creation_timestamp
integer
last_updated_timestamp
integer
description
string
user_id
string
tags
Array<object>
object
key
string
value
string
latest_versions
Array<object>
object
name
string
version
string
creation_timestamp
integer
last_updated_timestamp
integer
user_id
string
current_stage
string
description
string
source
string
run_id
string
status
string
status_message
string
tags
Array<object>
object
key
string
value
string
run_link
string
aliases
Array<string>
Example
{ "latest_versions": [ { "current_stage": "development", "status": "READY" } ]}Bad Request
Not Found