latestOpenAPI 3.0.32026-08-2142130334.7 KB
0a94056fba48
Agents
Pause an agent
Pauses an agent: deactivates it and revokes its runtime credential. Requires the agents:write scope.
post/agents/{agentId}/pause
Path parameters
agentIdstring required
Agent membership identifier.
Agent membership identifier.
Response
Paused agent.
Example response
{
"data": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p",
"created_by": {
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
},
"created_at": "2026-05-14T08:00:00.000Z",
"updated_at": "2026-05-14T08:00:00.000Z"
}
}