Model Management
Models uploaded to navio are managed on a use case level. Each workspace can contain multiple use cases.
On the Model Management page you can see a list of models uploaded to the use case. This list contains details of each model:
State: The model status may be one of three states:- Green if the model is ready
- Yellow if the model is still processing or building
- Red if the model failed to build or there was an error at startup
Name: The name of the modelCreated on: The date the model was uploaded to navio.By: The user that uploaded the model.Type: The model type. Currently, only MLflow is a supported type.Dataset: The dataset that the model was trained on.Deployed at: The deployments that are serving the model externally.Notification Bell: This bell indicates if a user will be notified when something changes.
Model Actions
The kebab menu on the far right of the model item in the list contains various model actions.

Deploy
Create a new deployment with the model to allow the model to be used externally.
Deactivate
Deactivate a model container. This is useful for saving resources and especially useful when using GPU models to free up the underlying GPU by deactivating the model.
Retrain
Retrain a model using a retrainer and/or an updated dataset.
Assign different dataset
Assign a new dataset to the model.
Rename
Rename the model.
Delete
Delete the model.
caution
Be aware that models will be deleted permanently and will no longer be recoverable.