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.

Deleted models exist in lists for 30 days after being deleted. You can filter them out of lists.

    1. On the Projects list page, select the project that contains the models that you want to work with. If you need help finding the list page or the project, see Listing Projects.
    2. On the project details page, select Models.
      All models in the selected project are displayed in a table, along with their model version sets.
    3. Find the model that you want to work with.
    4. From the Actions menu (three dots) for the model, select Delete.
    5. In the Delete dialog box, enter the name of the model that you want to delete exactly as it appears.
    6. Select Delete.
    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.