API Reference
Log In
API Reference

Add a container image

This endpoint uploads a model container image to Modzy.

If the container image is stored locally, send a TAR file. Create a TAR file by saving the container image with docker save.

If the container image is stored on a Docker registry, send the URL to the Docker registry where the container image is hosted and any required credentials.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

🚧

Only the model creator can call this route.

🚧

Step 1 of the Model Deployment is required to run this route.

📘

In case of exception, a technicalInformation field is returned with troubleshooting details.

👍

Roles

Data Scientists can access this route.

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
file

A form parameter that contains the tar file.

Response

Language
Credentials
Header
LoadingLoading…