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]
| Option | Description |
|---|---|
VM-TYPE | Provider instance, such as g6e.48xlarge |
--gpu GPU | Accelerator family, such as H100 or A100 |
--region REGION | One region; omit for the common-region defaults |
--credential NAME | Named credential; cloud is taken from it |
--spot | Request spot/preemptible quota instead of on-demand |
--dry-run | Resolve and print without calling the provider |
--json | JSON; 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:
- A credential
- One or more catalog GPU VM types
- On-demand or spot quota
- 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]
| Option | Description |
|---|---|
--credential NAME | Named credential; prompted in a TTY when omitted |
--region REGION | One region; omit to query every catalog region |
--spot | Only spot/preemptible quota |
--on-demand | Only on-demand quota |
--json | JSON; 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.