/workflows/:id
Rename an agent, edit its description, or activate/pause it. Agents are born paused when created via the API — this is the only way to turn one on programmatically.
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string (uuid) | Yes | Agent ID |
Request Body
Provide at least one of the following.| Field | Type | Required | Description |
|---|---|---|---|
is_paused | boolean | No | false activates the agent, true pauses it |
name | string | No | New agent name |
description | string | No | New agent description |
Responses
200 — Updated
pending_runs is only present when activating, and reflects leads whose cadence resumes immediately.