Skip to main content

InstanceResizePayload

flavor_namestring

Name of the flavor (machine type), see List flavors.

flavor object

GPU and CPU configuration of the virtual machine.

cpuinteger

Number of CPU cores.

ramnumber

Memory allocated to the flavor, in GB.

diskinteger

Root disk capacity, in GB.

gpustring

GPU model name. Empty string if the flavor has no GPU.

gpu_countinteger

Number of GPUs attached to the flavor.

InstanceResizePayload
{
"flavor_name": "string",
"flavor": {
"cpu": 0,
"ram": 0,
"disk": 0,
"gpu": "string",
"gpu_count": 0
}
}