Evict Nodepool members
This operation evicts the specified Compute instances member from the Nodepool, shrinking it to <current nodepool size> - <# evicted members>
.
PUT /sks-cluster/{id}/nodepool/{sks-nodepool-id}:evict
curl \
-X PUT https://api-ch-gva-2.exoscale.com/v2/sks-cluster/{id}/nodepool/{sks-nodepool-id}:evict \
-H "Content-Type: application/json" \
-d '{"instances":["string"]}'
Request examples
{
"instances": [
"string"
]
}
Response examples (200)
{
"id": "string",
"reason": "incorrect",
"reference": {
"id": "string",
"link": "string",
"command": "string"
},
"message": "string",
"state": "failure"
}