latestOpenAPI 3.1.02026-08-08127304355.9 KB

69c553220183

Agents

Update Agent

Update the name of an existing agent.

patch/api/v2/projects/{project_id}/agents/{agent_id}

Path parameters

project_idstring required
agent_idstring required

Request body

namestring required

Response

AgentInfo(id: uuid.UUID, name: str)

idstring uuid required
namestring required