Update a Flow

Update an existing Agentic Flow.

Partially updates a Flow. Send only the attributes you want to change inside data.attributes. Writable attributes: name, enabled, nodes, connections. Requires editor access. Supplying nodes or connections replaces the whole array (there is no per-node patch).

{
  "data": {
    "type": "flow",
    "attributes": {
      "enabled": false
    }
  }
}
Path Params
string
required

Flow ID.

Body Params
json
required

Partial Flow object with the attributes to change.

Headers
string
required

Your API key.

string

Optional. ID of the group whose API quota should be charged for the request. If omitted, the parent group's quota is used. Only relevant when your API key belongs to more than one group (multi-tenancy).

Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json