Deleting an Individual Quota from a File System
Individual quotas can be deleted if they're no longer needed.
If you delete an individual quota, that user or group still might be subject to other quotas, including default quotas and the file system overall quota.
- Open the navigation menu and select Storage. Under File Storage, select File Systems.
- In the List scope section, under Compartment, select a compartment.
- Select the name of the file system for which you want to delete quotas.
- On the file system's details page, under Resources, select User and group quota rules.
- In the User and group quota rules table, open the for the quota and select Delete. Confirm when prompted.
Use the
oci fs file-system delete-quota-rule
command and required parameters to delete a quota:oci fs file-system delete-quota-rule --file-system-id <file_system_OCID> --quota-rule-id <rule_ID>
Use oci fs file-system list-quota-rules to get the
--quota-rule-id
value. For more information, see Listing Quotas for a File System.For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the DeleteQuotaRule operation to delete a quota.
Use ListQuotaRules to get the required
quotaRuleId
value. For more information, see Listing Quotas for a File System.For information about using the API and signing requests, see REST API documentation and Security Credentials. For information about SDKs, see SDKs and the CLI.