Hanzo
OpenapiVisor

Terminates one of the caller org's machines.

Terminates one of the caller org's machines.

DELETE /v1/visor/machines/{id}

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

Terminates one of the caller org's machines. Visor takes the machine identity as owner+name, and the owner is the validated principal, so a caller can only ever terminate its own tenant's machine. Answers 204.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the machine's org-scoped NAME — the stable key Visor addresses a machine by (owner/name), not the ephemeral provider 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