pydo.genai.update_agents_workspace()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.genai.update_agents_workspace(
workspace_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
body={
"agent_uuids": [...],
"workspace_uuid": "123e4567-e89b-12d3-a456-426614174000",
},
)Description
To move all listed agents a given workspace, send a PUT request to /v2/gen-ai/workspaces/{workspace_uuid}/agents.
Parameters
workspace_uuidstring requiredWorkspace uuid to move agents to
agent_uuidsarray of strings optionalExample:
['example string']Agent uuids
workspace_uuidstring optionalExample:
123e4567-e89b-12d3-a456-426614174000Workspace uuid to move agents to
Request Sample
Response Example
More Information
See /v2/gen-ai/workspaces/{workspace_uuid}/agents in the API reference for additional detail on responses, headers, parameters, and more.