Deleting a Private Endpoint

Delete a private endpoint in Anomaly Detection.

You can delete a private endpoint only if it's not attached to any data asset. If you attempt to delete a private endpoint that's still attached to a data asset, you get a warning that the private endpoint can't be deleted.

    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 delete.
    4. Click the name of the private endpoint.

      The private endpoint details page opens.

    5. Click Delete.
    6. Enter the name of the private endpoint that you want to delete exactly as it appears, and then click Delete.
    A notification displays indicating that the private endpoint is deleted successfully.
  • Use the oci anomaly-detection pe delete command and required parameters to delete a private endpoint:

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

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

  • Use the DeleteAiPrivateEndpoint operation to delete the private endpoint.