Skip to main content

unregister_agent

Method
This is a method of the GatewayProtocol class in the protocols module.
Unregister an agent from the gateway.

Signature

def unregister_agent(agent_id: str) -> bool

Parameters

agent_id
str
required
The agent ID to unregister

Returns

Returns
bool
True if agent was unregistered, False if not found