Avisi cloud logo
Clusters

Delete a node pool from a cluster.

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

Path Parameters

organisationSlugstring
Match^[a-z0-9-_]+$
environmentSlugstring
Match^[a-z0-9-_]+$
clusterSlugstring
Match^[a-z0-9-_]+$
poolinteger
Formatint64

Response Body

curl -X DELETE "https://api.avisi.cloud/api/v1/orgs/string/clusters/string/string/pools/0"
Empty
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}
{
  "message": "string",
  "details": [
    "string"
  ]
}