create-quota - Cloud Foundry CLI Reference Guide


NAME

create-quota - Define a new resource quota

USAGE

cf create-quota QUOTA [-m TOTAL_MEMORY] [-i INSTANCE_MEMORY] [-r ROUTES] [-s SERVICE_INSTANCES] [-a APP_INSTANCES] [--allow-paid-service-plans] [--reserved-route-ports RESERVED_ROUTE_PORTS]

OPTIONS

-a

Total number of application instances. -1 represents an unlimited amount. (Default: unlimited)

--allow-paid-service-plans

Can provision instances of paid service plans

-i

Maximum amount of memory an application instance can have (e.g. 1024M, 1G, 10G). -1 represents an unlimited amount.

-m

Total amount of memory a space can have (e.g. 1024M, 1G, 10G)

-r

Total number of routes

--reserved-route-ports

Maximum number of routes that may be created with reserved ports (Default: 0)

-s

Total number of service instances

SEE ALSO

create-org, quotas, set-quota