Skip to main content
Version: latest

Updates the specified GCP cloud config's machine pool

PUT 

https://api.spectrocloud.com/v1/cloudconfigs/gcp/:configUid/machinePools/:machinePoolName

Updates the specified GCP cloud config's machine pool

Request

Responses

The resource was updated successfully

Authorization: ApiKey

name: ApiKeytype: apiKeydescription: API key authorization where API key can be generated from Palette console under Profile > My API Keysin: header

Request Collapse all
Base URL
https://api.spectrocloud.com
Auth
Parameters
— pathrequired
— pathrequired
— header
Body
{
"cloudConfig": {
"azs": [
"string"
],
"instanceType": "string",
"rootDeviceSize": 0,
"subnet": "string",
"subnets": [
{
"az": "string",
"id": "string"
}
]
},
"poolConfig": {
"additionalLabels": {},
"additionalTags": {},
"isControlPlane": true,
"labels": [
"string"
],
"machinePoolProperties": {
"archType": "amd64"
},
"maxSize": 0,
"minSize": 0,
"name": "string",
"nodeRepaveInterval": 0,
"size": 0,
"taints": [
{
"effect": "NoSchedule",
"key": "string",
"timeAdded": "2024-07-29T15:51:28.071Z",
"value": "string"
}
],
"updateStrategy": {
"type": "RollingUpdateScaleOut"
},
"useControlPlaneAsWorker": true
}
}