FruxonDocs
AgentsCore

Deactivates an agent. Requires Admin role.

POST
/v1/tenants/{tenant}/agents/{agent}:deactivate

Path Parameters

agent*string

The unique identifier of the agent to deactivate.

tenant*string

The tenant identifier

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/agents/string:deactivate"
{
  "id": "string",
  "displayName": "string",
  "description": "string",
  "avatarFileId": "string",
  "tags": [
    "string"
  ],
  "type": "Summarization",
  "enabled": false,
  "currentRevision": 0,
  "createdAt": 0,
  "modifiedAt": 0,
  "tenantId": "00000000-0000-0000-0000-000000000000",
  "solutionId": "string"
}
Empty
Empty
Empty