Deregister Agent
Remove a previously registered agent instance gracefully. It will not accept any new sessions and close all the existing sessions.
POST
Deregister Agent
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Remove a previously registered agent instance gracefully. It will not accept any new sessions and close all the existing sessions.
curl --request POST \
--url https://api.svantic.com/agents/deregister \
--header 'Content-Type: application/json' \
--data '
{
"instance_id": "string"
}
'{
"ok": true,
"instance_id": "<string>",
"agent_type": "<string>"
}curl --request POST \
--url https://api.svantic.com/agents/deregister \
--header 'Content-Type: application/json' \
--data '
{
"instance_id": "string"
}
'{
"ok": true,
"instance_id": "<string>",
"agent_type": "<string>"
}