Skip to main content
Version: latest

Updates and resizes the virtual cluster

PUT 

/v1/cloudconfigs/virtual/:configUid/resize

Updates and resizes the virtual cluster

Request

Path Parameters

    configUid stringrequired

    Specify virtual cloud config uid

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Body

    instanceType

    object

    required

    maxCPUint32

    Maximum CPU cores

    maxMemInMiBint32

    Maximum memory in MiB

    maxStorageGiBint32

    Maximum storage in GiB

    minCPUint32

    Minimum CPU cores

    minMemInMiBint32

    Minimum memory in MiB

    minStorageGiBint32

    Minimum storage in GiB

Responses

The resource was updated successfully

Loading...