Hanzo
OpenapiDeploy

End the console session on this host

Clears this console's session cookie and answers the signed-out state with the sign-in URL to start again.

POST /v1/deploy/logout

Addresshttps://api.hanzo.ai/v1/deploy/logout
MethodPOST
Operationpost_deploy_logout
AuthAuthorization: Bearer $HANZO_API_KEY

Clears this console's session cookie and answers the signed-out state with the sign-in URL to start again. IAM's own session is untouched — this ends the console session only, so signing back in may not prompt for credentials.

It is a POST because it changes state. As a GET it was reachable by a cross-site top-level navigation, which a SameSite=Lax cookie still rides, so any page could sign a SuperAdmin out; a POST is not carried cross-site by that cookie.

Request

The document declares no body for POST /v1/deploy/logout. The handler is typed in cloud but its shape is not yet emitted, so the fields are not listed here — ask the MCP door's describe for post_deploy_logout, which answers from the running route.

Response

The document declares no response body for this operation. It answers 200 on success and the platform error shape on failure — see Errors.

Examples

hanzo deploy logout

Deploy API · All Hanzo APIs · Interactive reference

How is this guide?

On this page