update-quota - Cloud Foundry CLI Reference Guide


NAME

update-quota - Update an existing resource quota

USAGE

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

OPTIONS

-a

Total number of application instances. -1 represents an unlimited amount.

--allow-paid-service-plans

Can provision instances of paid service plans

--disallow-paid-service-plans

Cannot provision instances of paid service plans

-i

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

-m

Total amount of memory (e.g. 1024M, 1G, 10G)

-n

New name

-r

Total number of routes

--reserved-route-ports

Maximum number of routes that may be created with reserved ports

-s

Total number of service instances

SEE ALSO

org, quota