Managing Tags for a Reserved Public IP

Update the tag information for a reserved public IP address.

    1. Open the navigation menu and click Networking. Under IP management, click Reserved public IPs.
    2. For the reserved public IP you want to edit, click the Actions menu (Actions Menu), and then click View tags.
      From there you can view the existing tags, edit them, and apply new ones. For more information, see Resource Tags.
  • Use the network public-ip update command and required parameters to manage tags for a public IP:

    oci network public-ip update --public-ip-id public_IP_OCID --freeform-tags {"Department": "Finance"} ... [OPTIONS]

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

  • Run the UpdatePublicIp operation to manage tags for a reserved public IP address.