Deleting a Model

Delete a model in Language. You can delete a model only if it's not attached to another resource. It can't be used after it's deleted.

If you try to delete a model that's still attached to a resource, you get a warning that the model can't be deleted.

    1. Open the navigation menu and select Analytics & AI. Under AI Services, select Language.
    2. In the left-side navigation menu, select Projects.
      The projects list page opens. All projects in the selected compartment are displayed in a table.
    3. Select the compartment that contains the project with the models that you want to view.
    4. Under Resources, select Models.

      The models in the project are displayed. All models are displayed in a table.

    5. Click the name of the model to delete.

      The model details page opens.

    6. On the model's details page, click Delete.
    7. Enter the name of the model exactly as it appears, and then click Delete.
  • Use the oci ai language model delete command and required parameters to delete a model:

    oci ai language 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.