Hanzo
OpenapiVisor

Removes a BYO cluster from the caller org's fleet.

Removes a BYO cluster from the caller org's fleet.

DELETE /v1/visor/clusters/{id}

Addresshttps://api.hanzo.ai/v1/visor/clusters/{id}
MethodDELETE
OperationdetachCluster
AuthAuthorization: Bearer $HANZO_API_KEY

Removes a BYO cluster from the caller org's fleet. It only ever touches BYO clusters — a managed cluster's nodes are removed through the node-pool routes — and answers 404 when the name is not in this org's fleet.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the cluster's fleet name (the name it was attached under), matched lower-cased.

Response

StatusBodyMeaning
200clusterDetachedok

200 body — 1 field.

FieldInTypeAlwaysDescription
detachedbodystringDetached is the lower-cased fleet name that was removed.

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