Updating a Private Endpoint

Update a private endpoint in Resource Manager.

    1. Open the navigation menu and click Developer Services. Under Resource Manager, click Private Endpoints.
    2. On the Private endpoints page, select the compartment that contains the private endpoint that you want.
    3. Click the name of the private endpoint that you want.
    4. On the Private endpoint details page, click Edit.
    5. On the Edit private endpoint panel, update the values as needed.
      For more information about the fields, see Creating a Private Endpoint.
    6. Click 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.