Cf unset-space-quota


개요

cf unset-space-quota
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:       test_quota1 (10G memory limit, 10G instance memory limit, 100 routes, 100 services, paid services disallowed, 100 app instance limit)
ubuntu@zetawiki:~$ cf unset-space-quota zeta test_quota1
Unassigning space quota test_quota1 from space zeta as testuser@example.com...
OK
ubuntu@zetawiki:~$ cf space development | grep Quota
              Space Quota:

같이 보기