Deleting a Private Endpoint

Delete a private endpoint in Data Science.

You can delete a private endpoint, but only if it's not attached to any Data Science resource. If you try to delete a private endpoint that's still attached to a resource, you receive a warning that the private endpoint can't be deleted.
Important

The notebook session can no longer access the data after you delete the private endpoint.
    1. On the Private endpoints list page, find the private endpoint that you want to work with. If you need help finding the list page or the private endpoint, see Listing Private Endpoints.
    2. From the Actions menu (three dots) for the private endpoint, select Delete.
    3. In the Delete private endpoint dialog box, enter the name of the private endpoint exactly as it appears.
    4. Select Delete.
  • Use the delete command and required parameters to delete a private endpoint:

    oci data-science ds-private-endpoint delete --private-endpoint-id <private-endpoint-id> ... [OPTIONS]

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Use the DeleteDataSciencePrivateEndpoint operation to delete a private endpoint.