In Lens AppIQ, quotas are handled per application and user, where every user has a quota number for applications they can deploy. For example, users may have a default quota of 2 applications, so whenever a user tries to create more than two applications, they will receive a quota exceeded error. There are also per applications quota where there are limits to the maximum number of units that an application may have.

Changing Application Quota

To limit of units that an application can use, use the app quota limit command. The new limit must be an integer, but an Administrator can also set it to "unlimited."

lapps app quota change --app <app-name> <new-limit>

Changing User Quota

To limit of applications that an individual user can create, use the user-quota-change command. The new limit must be an integer, but an Administrator can also set it to "unlimited."

lapps user quota change <user-email> <new-limit>

Display Application Quota

To display the current usage and limit of a specific application, use the app quota view command.

lapps app quota view --app <app-name>

Displaying User Quota

To display the current usage and limit of a specific user, use the user quota view command.

lapps user quota view <user-email>