Managing Tags For a Private IP Address

Update tag information for a private IP address.

    1. Open the navigation menu and click Compute. Under Compute, click Instances.
    2. Click the name of the instance to open its details page.
    3. Under Resources, click Attached VNICs.
    4. Click the VNIC that you're interested in.
    5. Under Resources, click IPv4 Addresses.
      The VNIC's associated IP addresses are listed in tabular form.
    6. Find the IP address you want to update, click the Actions menu (Actions Menu), and then click View tags.
      • If you're editing an existing tag, click the pencil icon next to the tag, make the changes, and then click Save.
      • If you're deleting an existing tag, click the pencil icon next to the tag and then click Remove tag.
      • If you're adding a new tag, click Add tag. Add the tag information and then click Add tags.
    7. When you're done, click Cancel to exit the View tags page.
  • Use the Private-ip update command and required parameters to update tags for the private IP address:

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

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

  • Run the UpdatePrivateIp operation to update tags for a private IP address.