patch https://app.modzy.com/api/models//versions//status
This endpoint updates a model’s version status. An inactive
version can transition to active
and vice versa. If set to active
, it checks that all necessary requirements are met.
Only the model creator can call this route.
Roles
Team Administrators and Data Scientists can access this route.
When at least one version is
active
the whole model becomesactive
and available in the Model Library.
PATCH routes overwrite existing attributes. To avoid this, call the GET route to find existing values and add them to your PATCH request.