silo_quotas_update

If a quota value is not specified, it will remain unchanged.

put/v1/system/silos/{silo}/quotas

Path Parameters

silo

Request Body

Updateable properties of a Silo's resource limits. If a value is omitted it will not be updated.

Object
cpus

The amount of virtual CPUs available for running instances in the Silo

memory

The amount of RAM (in bytes) available for running instances in the Silo

Byte count to express memory or storage capacity.

storage

The amount of storage (in bytes) available for disks or snapshots

Byte count to express memory or storage capacity.

Responses

Object
cpus

Number of virtual CPUs

memory

Amount of memory in bytes

Byte count to express memory or storage capacity.

silo_id
storage

Amount of disk storage in bytes

Byte count to express memory or storage capacity.