Move Agent
moveAgentMove an agent (and its connected workspace) to a different team. Pass dry_run=true to preview the closure without applying changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | When true, preview the closure and warnings without applying any changes. | |
| agent_id | Yes | The ID of the agent to move. | |
| target_team_id | Yes | The ID of the team to move the agent into. | |
| bypass_standalone_gate | No | When true, move the agent together with every connected queue, trigger, and handover peer instead of rejecting a non-standalone agent. Defaults to false. |