cURL
curl --request POST \ --url https://api.ledger.so/v1/agents/{agentId}/suspend \ --header 'Api-Key: <api-key>'
{ "object": "agent", "id": "<string>", "status": "active", "previousStatus": "active" }
Suspend an agent. This freezes all of the agent’s cards.
API key for authentication. Get your key from the Dashboard.
The agent ID
Agent suspended
agent
active
suspended