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.
- On the File Systems list page, select the file system that contains the quota rules that you want to work with. If you need help finding the list page or the file system, see Listing File Systems.
- On the details page, select User and group quota rules.
- From the for the quota, select Delete.
- When prompted, confirm the deletion.
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.