API Reference
Log In
API Reference

Create a version

This endpoint creates a model’s version. It sets the version’s status to partial.

🚧

The model’s creator or any other data scientist inside the same organization can call this route.

🚧

A new version requires a new container image. To load a new container image call add a container image.

📘

For information on versioning see semantic versioning.

👍

You can create a version by providing only the version number (required) and long description (not required). Other parameters are provided by updating a version.

👍

Roles

Data Scientists can access this route.

Path Params
string
required

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

Body Params
string
required

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

string

The version’s details such as what it does, how it works, and what to expect from the results. It’s featured in the Model Details page. It supports content in Markdown to include rich text, links, images, etc.

Responses

Language
Credentials
Request
Choose an example:
application/json