Updates the cluster configuration information
PUThttps://api.spectrocloud.com/v1/cloudconfigs/generic/:configUid/clusterConfig
Updates the cluster configuration information
Request
Path Parameters
configUid stringrequired
Cluster's cloud config uid
- application/json
Body
clusterConfig
object
Responses
- 204
The resource was updated successfully
- curl
- python
- go
- nodejs
- java
- CURL
curl -L -X PUT 'https://api.spectrocloud.com/v1/cloudconfigs/generic/:configUid/clusterConfig' \
-H 'Content-Type: application/json' \
--data-raw '{
"clusterConfig": {
"instanceType": {
"diskGiB": 0,
"memoryMiB": 0,
"name": "string",
"numCPUs": 0
},
"region": "string"
}
}'