Editing a Model Endpoint

You can edit (update) a model endpoint in Language to change the name, description, associated model, inference count, and tags.

    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. To change the name, description, model, or inference unit count, click Edit.
    7. Make the necessary changes, and then click Save changes.
    8. (Optional) On the resource's details page, edit, add, or delete tags as follows:
      • To edit or remove a tag, select the Tags tab, select the edit icon next to a tag, and change its value or remove it.

      • To add one or more tags, select Add tag and enter the tag namespace (for a defined tag), key, and value.

  • Use the oci ai language endpoint update command and required parameters to edit (update) a model endpoint:

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

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

  • Use the UpdateEndpoint operation to edit (update) a model endpoint.