Deleting a Reserved IPv4 Address

Delete a reserved IPv4 address from the subnet.

    1. On the VCN list page, select the VCN that contains the subnet you want to work with. This takes you to the VCN's details page.
    2. On the details page, perform one of the following actions depending on the option that you see:
      • Select the Subnets tab, then select the name of the subnet you want to work with.
      • Scroll down to the table following the VCN details, which lists the subnets in the VCN. Select the name of the subnet you want to work with.
    3. Depending on the option that you see:
      • Select the IP adminstration tab.
      • Under Resources, select IPv4 Addresses.
    4. For the reserved IPv4 address you want to delete, select the Actions menu Actions Menu, and then select Delete.
    5. In the confirmation dialog box, select Delete.
      The reserved IPv4 address is successfully deleted.
  • If the reserved IPv4 address is attached to any instance or Virtual Network Interface Card (VNIC), use the private-ip private-ip-vnic-detach command and required parameters to detach a private IPv4 address reservation, and then use the private-ip delete command and required parameters to delete the detached private IP address:

    oci network private-ip private-ip-vnic-detach ... [OPTIONS]

    Use the private-ip delete command and required parameters to delete the private IP address:

    oci network private-ip delete --private-ip-id IP_address_OCID ... [OPTIONS]

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

  • If the reserved IPv4 address isn't attached to any instance or Virtual Network Interface Card (VNIC), then run the DeletePrivateIp operation to delete the reserved private IPv4 address.

    If the reserved IPv4 address is attached to any instance or Virtual Network Interface Card (VNIC), run the UpdatePrivateIp operation to detach it from the VNIC and then run the DeletePrivateIp operation to delete the reserved private IPv4 address.