post https://app.modzy.com/api/models//versions//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.
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.