Learn how to view the quota details for your organization in Cloud Foundry using a few simple steps.
Cloud Foundry provides a straightforward process for accessing quota details associated with your organization. Follow these steps:
Step 1:
List the details about your org: cf org <org>
Replace <org>
with the name of your organization.
Step 2:
Once you have listed the organization details, locate the quota:
property. This property contains the name of the quota assigned to your organization.
Step 3:
View your quota: cf quota <quota>
Replace <quota>
with the name of your quota obtained from the previous step.