Delete Node Pool

Delete Node Pool

Delete K8 cluster node pool

Request
URI
DELETE
https://{api_host}/hybridity/api//infra/k8s/cluster/{clusterId}/nodepool/{nodePoolId}
COPY
Path Parameters
string
clusterId
Required

clusterId

string
nodePoolId
Required

nodePoolId

Query Parameters
boolean
isForce
Optional

Flag to force delete node pool related info from bootstrapper


Authentication
This operation uses the following authentication methods.
Responses
200

Delete K8 cluster nodepool

Returns clusterAPIResponse of type(s) application/json
{
    "operationId": "operationId",
    "id": "id"
}
string
id
Optional

The id of the cluster.

string
operationId
Optional

The operation id for tracking the progress of the operation being performed on the cluster.