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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.svantic.com/llms.txt
Use this file to discover all available pages before exploring further.
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>"
}