testnet
GitHub

agent.freeze

freeze(agentId) → StatusChange

Temporarily disable an agent. A FROZEN agent cannot execute transfers or update its policy.

Parameters

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

Returns

Type: object

The updated status.

Examples

Freeze Agent

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