API Reference
Log In
API Reference

Update a model version's 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 becomes active 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.

Path Params
string
required

A model identifier provided by Modzy. It contains 10 random alphanumeric characters.

string
required

The model’s version number. It follows the semantic versioning format.

Body Params
string
required

The version’s status. Values may be active or inactive. Active versions are published in the Model Details page.

Responses

Language
Credentials
Request
Choose an example:
application/json