v3
latestOpenAPI 3.1.02026-07-3153169140.2 KBmodels
Update Model
Set or rename a model's name (unique per org).
The console drives this; both naming an unnamed model and renaming an existing one are the same call. A name already taken in the org surfaces as 409 (the partial unique index is the guard); the request body's validator rejects malformed names with 422 before reaching here.
Owner-scoped, matching delete: a member can read the org's models but only rename their own (a non-owned model returns 404).
patch/v1/models/{model_id}
Path parameters
model_idstring uuid required
Request body
Response
Successful Response