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.
The notebook session can no longer access the data after you delete the private endpoint.
- From the Private endpoints page, select the name of the private endpoint. If you need help finding the list of private endpoints, see Listing Private Endpoints.
- Select Delete.
- Enter the name of the private endpoint exactly as it appears, and then select Delete.
Use the delete command and required parameters to delete a private endpoint:
oci data-science private-endpoint delete --private-endpoint-id
<private-endpoint-id>
... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteDataSciencePrivateEndpoint operation to delete a private endpoint.