Skip to main content
POST
Move Agent

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

agent_id
string<uuid>
required

The ID of the agent to move.

Query Parameters

dry_run

When true, preview the closure and warnings without applying any changes.

Body

application/json
target_team_id
string<uuid>
required

The ID of the team to move the agent into.

move_learnings
boolean
default:true

Whether to carry the agent's accumulated learnings across. Defaults to true.

bypass_standalone_gate
boolean
default:false

When true, move the agent together with every connected queue, trigger, and handover peer instead of rejecting a non-standalone agent. Defaults to false.

Response

Default Response

source_team_id
string
required
target_team_id
string
required
root_agent_id
string
required
agents
object[]
required
queues
object[]
required
total_case_items
number
required
total_runs
number
required
skills_to_clone
object[]
required
files_to_copy
object[]
required
warnings
object
required
options
object
required
applied
boolean
required