Avisi cloud logo
Clusters

Delete a node pool from a cluster.

DELETE
/api/v1/orgs/{organisationSlug}/clusters/{environmentSlug}/{clusterSlug}/pools/{pool}

Path Parameters

organisationSlug
Required
string

Pattern: "^[a-z0-9-]+$"

environmentSlug
Required
string

Pattern: "^[a-z0-9-]+$"

clusterSlug
Required
string

Pattern: "^[a-z0-9-]+$"

pool
Required
integer

Format: "int64"
curl -X DELETE "https://api.avisi.cloud/api/v1/orgs/string/clusters/string/string/pools/0"

Request was successfully processed, but there is no response body to return.