Deleting a Model Endpoint

Delete a model endpoint in Language.

You must delete all associated resources before deleting a model endpoint. Deleting a model endpoint is only possible when all associated resources are in a deleted state.

    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. On the Projects list page, select the name of the project.

      The project details page opens.

    4. Under Resources, select Model endpoints.

      The model endpoints list page opens. All model endpoints are displayed in a table.

    5. Select the name of the model endpoint.

      The model endpoint page opens. All model endpoints in the selected project are displayed in a table.

    6. Click Delete.
    7. Enter the name of the model endpoint that you want to delete exactly as it appears, and then click Delete.

      A notification displays indicating that the model endpoint is deleted successfully.

  • Use the oci ai language endpoint delete command and required parameters to delete an endpoint:

    oci ai language endpoint delete --endpoint-id <endpoint-id>... [OPTIONS]

    For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.

  • Use the DeleteEndpoint operation to delete the model endpoint.