Editing a Quota

Edit a quota's description or policy statement.

    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 edit.

    3. On the quota details page, click Edit.

    4. 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.

    5. Click 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.