Deleting a Model
Delete a model in Data Science.
Caution
When you delete a model, its metadata and saved zip artifact are deleted and can't be restored. Also, any models that use the deleted model can't be used.
When you delete a model, its metadata and saved zip artifact are deleted and can't be restored. Also, any models that use the deleted model can't be used.
Deleted models exist in lists for 30 days after being deleted. You can filter them out of lists.
A notification is displayed indicating that the model is deleted successfully. Use the oci data-science model delete command and required parameters to delete a model:
oci data-science model delete --model-id <model-id> ... [OPTIONS]For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Use the DeleteModel operation to delete the model.