Editing a Private Endpoint

You can edit (update) a private endpoint in Anomaly Detection to change its name, description, and tags.

    1. Open the navigation menu and click Analytics & AI. Under AI Services, click Anomaly Detection.
    2. Click Private endpoints.

      The private endpoints in the project are displayed in the Private endpoints table.

    3. Select that compartment that contains the private endpoints that you want to edit.
    4. Click the name of the private endpoint.

      The private endpoint details page opens.

    5. To change the name or description, click Edit.
    6. Make the necessary changes, and then click Save changes.
    7. On the resource's details page, edit, add, or delete tags as follows:
      • To edit or remove a tag, click the Tags tab, click the edit icon next to a tag, and change its value or remove it.

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

  • Use the oci anomaly-detection pe update command and required parameters to edit (update) a private endpoint:

    oci anomaly-detection pe update --pe-id <pe-id>... [OPTIONS]

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

  • Use the UpdateAiPrivateEndpoint operation to edit (update) a private endpoint.