Avisi cloud logo
Clusters

Delete a node pool from a cluster.

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

Path Parameters

organisationSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
environmentSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
clusterSlugRequiredstring
Pattern: "^[a-z0-9-]+$"
poolRequiredinteger
Format: "int64"

Response Body

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

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