Updating a Private Endpoint

Update a private endpoint in Resource Manager.

    1. On the Private endpoints list page, select 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. On the private endpoint's details page, select Edit.
    3. On the Edit private endpoint panel, update the values as needed.
      For more information about the fields, see Creating a Private Endpoint.
    4. Select Edit.
  • Use the oci resource-manager private-endpoint update command to update a private endpoint. The following example updates the display name of the private endpoint.

    oci resource-manager private-endpoint update --display-name <text> --private-endpoint-id <private_endpoint_ocid>

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

  • Use the UpdatePrivateEndpoint operation to update a private endpoint.