v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBModels
Update model
Update metadata for an existing model. Currently supports renaming the model via the name field.
patch/api/v1/models/{modelId}
Path parameters
modelIdstring uuid required
Model UUID
Example:123e4567-e89b-12d3-a456-426614174000
Model UUID
Request body
Example request
{
"name": "My Renamed Model"
}Response
Model updated successfully