Editing a Quota

Edit a quota's description or policy statement.

    1. On the Quota Policies list page, select the quota policy that you want to work with. If you need help finding the list page, see Listing Quotas.
    2. On the quota details page, select Edit.

    3. In the Edit Quota Policy dialog box, edit the description and change the policy, as needed. For more information, see Quota Policy Quick Start, Sample Quotas, and Quota Policy Syntax.

    4. Select Save Changes.
  • Use the oci quota update command and required parameters to update a quota:

    oci limits quota update --quota-id id [OPTIONS]

    For example, to update a created quota to allow notifications in a tenancy:

    oci --profile=profile-name in oci config file limits quota update --quota-id quota ocid from console --description "updating quota" --statements file:///users/sme/statements.json

    Where statements.json is:

    [
    "Zero notifications quotas in tenancy"
    ]

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

  • Run the UpdateQuota operation to update a quota.