import os
from gcore import Gcore
client = Gcore(
api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted
)
client.cloud.quotas.requests.create(
description="Scale up mysql cluster",
requested_limits={},
)Create a request to change current quotas.
import os
from gcore import Gcore
client = Gcore(
api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted
)
client.cloud.quotas.requests.create(
description="Scale up mysql cluster",
requested_limits={},
)API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Describe the reason, in general terms.
1000Limits you want to increase.
Show child attributes
Global entity quota limits
Show child attributes
Inference CPU millicore count limit
Inference GPU A100 Count limit
Inference GPU H100 Count limit
Inference GPU L40s Count limit
Inference instance count limit
SSH Keys Count limit
Projects Count limit
Regions and their quota limits
Show child attributes
Basic bare metal servers count limit
Bare metal A100 GPU server count limit
Total number of AI GPU bare metal servers. This field is deprecated and is now always calculated automatically as the sum of baremetal_gpu_a100_count_limit, baremetal_gpu_h100_count_limit, baremetal_gpu_h200_count_limit, and baremetal_gpu_l40s_count_limit.
Bare metal H100 GPU server count limit
Bare metal H200 GPU server count limit
Bare metal L40S GPU server count limit
High-frequency bare metal servers count limit
Infrastructure bare metal servers count limit
Bare metal Network Count limit
Storage bare metal servers count limit
Containers count limit
mCPU count for containers limit
Containers gpu count limit
MB memory count for containers limit
K8s clusters count limit
vCPU Count limit
DBaaS cluster count limit
External IP Count limit
mCPU count for functions limit
Functions count limit
Functions namespace count limit
MB memory count for functions limit
Firewalls Count limit
Floating IP Count limit
GPU Count limit
Virtual A100 GPU card count limit
Virtual H100 GPU card count limit
Virtual H200 GPU card count limit
Virtual L40S GPU card count limit
Images Count limit
Images Size, GiB limit
IPU Count limit
LaaS Topics Count limit
Load Balancers Count limit
Networks Count limit
RAM Size, GiB limit
Region ID
Registries count limit
Registries volume usage, GiB limit
Routers Count limit
Secret Count limit
Placement Group Count limit
Shared file system Count limit
Shared file system Size, GiB limit
Basic VMs Count limit
Snapshot Schedules Count limit
Subnets Count limit
Instances Dedicated Count limit
Volumes Count limit
Volumes Size, GiB limit
Snapshots Count limit
Snapshots Size, GiB limit
Created
Was this page helpful?