Deleting a Reserved Public IP

Delete a reserved public IP object in Oracle Cloud Infrastructure.

The reserved public IP object can be in the Assigned state. Deleting a reserved public IP object automatically unassigns it from the private IP address to which it's assigned and returns the public IP address to the pool of unused public IP addresses.

    1. Open the navigation menu and click Networking. Under IP management, click Reserved public IPs.
    2. Under List scope, select the compartment that contains the reserved public IP object that you want to delete.
    3. For the reserved public IP object you want to delete, click the Actions menu (Actions Menu), and then select Terminate.
    4. Confirm when prompted.

      After a few seconds, the reserved public IP object is unassigned (if it was assigned) and the address is returned to the pool it came from.

  • Use the network public-ip delete command and required parameters to delete a reserved public IP address:

    oci network public-ip delete --public-ip-id public_IP_OCID ... [OPTIONS]

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

  • Run the DeletePublicIp operation to delete a reserved public IP.