Skip to main content

anycloud quota

Quota commands currently expose provider quota request and status workflows for supported clouds.

anycloud quota request

Start a tracked provider quota increase operation:

anycloud quota request
anycloud quota request <vm-type> [--region REGION] [options]
anycloud quota request --gpu GPU [--credential NAME] [--region REGION] [options]
OptionDescription
VM-TYPEProvider instance, such as g6e.48xlarge
--gpu GPUAccelerator family, such as H100 or A100
--region REGIONOne region; omit for the common-region defaults
--credential NAMENamed credential; cloud is taken from it
--spotRequest spot/preemptible quota instead of on-demand
--dry-runResolve and print without calling the provider
--jsonJSON; automatically enabled when stdout is not a TTY

The command stores an operation locally and returns while the API's background worker continues provider submissions. One invocation opens at most one case per region. A repeated target with an existing open case returns SKIPPED and the existing case URL.

With no type or --gpu in an interactive terminal, the command prompts for:

  1. A credential
  2. One or more catalog GPU VM types
  3. On-demand or spot quota
  4. Regions

Selections that map to the same provider quota are combined and sized for the largest need. Non-interactive and JSON use requires an explicit VM type or GPU.

For AWS regions disabled by default, a multi-region request submits EnableRegion and defers quota filing there until opt-in completes. Use --region when you do not want the command to enable other regions.

anycloud quota request p5.48xlarge \
--credential production-aws \
--region us-east-1 \
--spot

anycloud quota operation

Read locally tracked progress:

anycloud quota operation <operation-id> [--json]

The result includes operation status, completed and failed target counts, and the provider result for each region.

anycloud quota status

List requests and current quota:

anycloud quota status \
[--credential NAME] \
[--region REGION] \
[--spot | --on-demand] \
[--json]
OptionDescription
--credential NAMENamed credential; prompted in a TTY when omitted
--region REGIONOne region; omit to query every catalog region
--spotOnly spot/preemptible quota
--on-demandOnly on-demand quota
--jsonJSON; automatically enabled outside a TTY

AWS output includes recent Service Quotas request history and current EC2 limits, including partial grants. Azure output includes pending Quota API requests, open quota support cases, and relevant GPU-family, aggregate, and public-IP limits.