Update Model
Model
Update Model
Update a model’s settings.
You can update the following settings:
- serving_active
- serving_priority
PUT
Update Model
Documentation Index
Fetch the complete documentation index at: https://docs.rebase.energy/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key. This is required to access our API programatically. You can view your API key in the Rebase dashboard.
Path Parameters
Body
application/json
How to resolve a priority collision when settings.serving_priority is already taken by another model at the same site:
strict: reject the update with a 409 error.auto_increment: shift all conflicting models' priorities by incrementing by 1.swap: swap the priorities of the target model and the conflicting model.
Available options:
strict, auto_increment, swap Response
Successful Response