Hanzo
OpenapiVisor

Removes a node pool from one of the caller org's clusters.

Removes a node pool from one of the caller org's clusters.

DELETE /v1/visor/clusters/{clusterId}/pools/{poolId}

Addresshttps://api.hanzo.ai/v1/visor/clusters/{clusterId}/pools/{poolId}
MethodDELETE
OperationdeleteNodePool
AuthAuthorization: Bearer $HANZO_API_KEY

Removes a node pool from one of the caller org's clusters. The owner scopes the delete to the caller's tenant; provider+clusterId drive the provider-side removal. Answers 204.

Request

3 fields.

FieldInTypeRequiredDescription
clusterIdpathstringyesClusterID and PoolID address the pool, from the URL path.
poolIdpathstringyes
providerquerystringProvider is the cloud the cluster lives on, from ?provider=.

Response

StatusBodyMeaning
204no content

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Visor API · All Hanzo APIs · Interactive reference

How is this guide?

On this page