agent.revoke

revoke(agentId) → StatusChange

Permanently disable an agent. A REVOKED agent can never be reactivated.

Parameters

Name Type Required Description
agentId string The UUID of the agent.

Returns

Type: object

The updated status.

Examples

Revoke Agent

{
  "agentId": "123e4567-e89b-12d3-a456-426614174000"
}
ESC
Type to search