Deleting a Private Endpoint from Object Storage

Remove an Object Storage private endpoint from your Oracle Cloud Infrastructure tenancy.

    1. Open the navigation menu and click Storage. Under Object Storage & Archive Storage, click Private Endpoints.
    2. Select the compartment from the list under List Scope. All the Object Storage private endpoints in that compartment are listed in tabular form.
    3. Click the private endpoint that you want to delete. The private endpoint's Details page appears.
    4. Click Delete. You can also click the Actions menu (Actions Menu) and select Delete.
    5. Confirm the deletion.

    The Object Storage private endpoint you deleted no longer appears in the list after it's deletion is complete.

  • Use the oci os private-endpoint delete command and required parameters to delete a private endpoint from Object Storage:

    oci os private-endpoint delete --pe-name private_endpoint_name [OPTIONS]

    for example:

    oci os private-endpoint delete --pe-name pe1
    Are you sure you want to delete this resource? [y/N]: y
    {
      "opc-work-request-id": "b6fc93fd-08cc-47d3-bae2-511ffc27913a"
    }

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

  • Run the following API operation:

    DELETE n/object_storage_namespace/pe/peName