Hanzo
OpenapiAuto

Disarms a flow's trigger and marks it DISABLED.

Disarms a flow's trigger and marks it DISABLED.

POST /v1/auto/flows/{id}/disable

Addresshttps://api.hanzo.ai/v1/auto/flows/{id}/disable
MethodPOST
Operationpost_auto_flows_by_id_disable
AuthAuthorization: Bearer $HANZO_API_KEY

Disarms a flow's trigger and marks it DISABLED. Its schedule and its event subscriptions are dropped, so a disabled flow is never a live target; runs already in flight are unaffected, and it can still be started on demand.

Request

1 field.

FieldInTypeRequiredDescription
idpathstringyesID is the flow to act on, from the path.

Response

StatusBodyMeaning
200Flowok

200 body — 9 fields.

FieldInTypeAlwaysDescription
createdbodyinteger
externalIdbodystring
folderIdbodystring
idbodystring
metadatabodyany
projectIdbodystringprojectId == org (server-derived)
publishedVersionIdbodystring
statusbodystring
updatedbodyinteger

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.


Auto API · All Hanzo APIs · Interactive reference

How is this guide?

On this page