shc quota unset
shc quota unset
Section titled “shc quota unset”remove resource quotas
Synopsis
Section titled “Synopsis”Remove resource quotas at a scope. Name the limits to drop (—cpu, —memory, —disk, —max-*) or pass —all to remove every quota key at that scope. The tenant, environment, and stack the scope applies to come from the global -t/-e/-s flags.
shc quota unset [flags]Examples
Section titled “Examples” shc quota unset --scope tenant -t acme --cpu --memory shc quota unset --scope stack -t acme -s myblog --disk shc quota unset --scope tenant -t acme --allOptions
Section titled “Options” -a, --all remove all quota limits --cpu remove CPU limit -D, --disk remove disk limit -h, --help help for unset --max-apps remove max apps limit --max-environments remove max environments limit --max-stacks remove max stacks limit --max-vapp-instances remove max vApp instances limit -m, --memory remove memory limit --scope string scope (base|tenant|stack|environment|deployment)Options inherited from parent commands
Section titled “Options inherited from parent commands” --config stringArray extra YAML config file to layer on top of auto-discovered config; repeatable, later files win -d, --debug enable debug mode (default: $SHC_DEBUG) -e, --environment string environment name (default: $SHC_ENVIRONMENT) --exclude string comma-separated dotted paths to drop --fields string comma-separated columns/keys to show (and their order) --filter string comma-separated dotted paths to keep (drops everything else) -o, --output string output format: tty|text|json|yaml (default: $SHC_OUTPUT) -s, --stack string stack name (default: $SHC_STACK) -t, --tenant string tenant name (default: $SHC_TENANT) -v, --verbose verbose output (default: $SHC_VERBOSE)SEE ALSO
Section titled “SEE ALSO”- shc quota - manage resource quotas and limits
shc@docs:~$