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.
Note
Deleted models exist in lists for 30 days after being deleted. You can filter them out of lists by using the State filter.
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 flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteModel operation to delete the model.