Listing Model Endpoints

View the model endpoints created in the selected Language compartment.

    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.

    A model endpoint can be in one of the following statuses:

    • Creating: The model endpoint is being created.

    • Active: The model endpoint is successfully created and ready for use.

    • Updating: The model endpoint details, such as name, DNS zones, or compartment, are being updated.

    • Moving: The model endpoint is being moved to another compartment.

    • Deleting: The model endpoint is being deleted.

    • Deleted: The model endpoint is successfully deleted.

    • Failed: The model endpoint wasn't created, updated, or deleted successfully.

  • Use the oci ai language endpoint list command and required parameters to list the model endpoints in a compartment:

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

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

  • Use the ListEndpoint operation to view the list of model endpoints in the compartment.