shc quota
manage resource quotas and limits
Reference for the quota CLI group. Source: modules/quota/commands/.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
scan | scan and report resource usage |
set | set resource quotas |
status | show quota status |
unset | remove resource quotas |
shc quota scan
Section titled “shc quota scan”scan and report resource usage
| Flag | Type | Required | Help |
|---|---|---|---|
--scan-stack | str | no | stack to scan |
--scan-environment / --scan-env | str | no | environment to scan |
Source: modules/quota/commands/
shc quota set
Section titled “shc quota set”set resource quotas
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | yes | scope |
--cpu | str | no | cpu limit |
--memory / -m | str | no | memory limit |
--disk / -d | str | no | disk limit |
--max-stacks | cast(type[str], int) | no | maximum number of stacks |
--max-environments / --max-envs | cast(type[str], int) | no | maximum number of environments |
--max-apps | cast(type[str], int) | no | maximum number of apps |
--max-vapp-instances / --max-vapps | cast(type[str], int) | no | maximum number of vApp instances |
Source: modules/quota/commands/
shc quota status
Section titled “shc quota status”show quota status
No declared flags.
Source: modules/quota/commands/
shc quota unset
Section titled “shc quota unset”remove resource quotas
| Flag | Type | Required | Help |
|---|---|---|---|
--scope | str | yes | scope |
--cpu | bool | no | remove CPU limit |
--memory / -m | bool | no | remove memory limit |
--disk / -d | bool | no | remove disk limit |
--max-stacks | bool | no | remove max stacks limit |
--max-environments / --max-envs | bool | no | remove max environments limit |
--max-apps | bool | no | remove max apps limit |
--max-vapp-instances / --max-vapps | bool | no | remove max vApp instances limit |
--all / -a | bool | no | remove all quota limits |
Source: modules/quota/commands/
shc@docs:~$