Hanzo
OpenapiVisor

Destroys a DOKS cluster by id and answers 204.

Destroys a DOKS cluster by id and answers 204. ADMIN-GATED, like create.

DELETE /v1/visor/k8s/clusters/{id}

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

Destroys a DOKS cluster by id and answers 204. ADMIN-GATED, like create. Visor scopes the delete to the org (refuses a foreign id), so this can only ever remove the caller org's own cluster.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the provider's DOKS cluster id.

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