How to update model status via API
You can update your model status using the API. The available status options are PRODUCTION
, EXPERIMENTAL
, RETIRED
, and STAGING
. If you use a status outside of these options, you will receive an error message.
To update your model status via the Vectice Python API, follow this example script: