Tagging a Quota When Updating

Add metadata tags to an existing quota. This metadata enables you to define keys and values and associate them with resources.

For more information, see Resource Tags.

    1. Open the navigation menu and click Governance & Administration. Under Tenancy Management, click Quota Policies.
    2. On the Quota Policies page, click the name of the quota that you want to tag.

    3. On the quota details page, add or edit tags as needed:
      • To add one or more tags, click Add tags, and then enter the tag namespace (for a defined tag), key, and value.
      • To edit or remove a tag, click the Tags tab, click the edit icon next to a tag, and change its value or remove it.
  • Use the --defined-tags or --freeform-tags options when running the oci quota update command to tag a quota when you're updating it:

    oci limits quota update [...] [--defined-tags | --freeform-tags] tags [OPTIONS]
    For a complete list of parameters and variable options for CLI commands, see the Command Line Reference.
  • Run the UpdateQuota operation to edit a quota. Include the definedTags and freeformTags attributes and their values.