agents

Start an agent

Starts an existing agent

post/api/agents/{agentId}/start

Path parameters

agentIdstring uuid required

ID of the agent to start

Response

Agent started successfully

successboolean

Example response

{
  "success": true
}