Kill agent without reastarting server

Domino Agents ( Not scheduled one ) run for hours in case of ODBC connection . Is there any way to kill a specific agent or thread without restarting the entire server.

Subject: How is it triggered?

If via Notes client, you can stop and restart Agent Manager (tell amgr quit/load amgr). If it is via web, you will have to stop HTTP (tell http restart).

Subject: also cancel console command

As the preivous posted stated it all depends on how you invoked the agent.

In addition to the suggestions in that previous post, there is also a console command that cancels agents running on the server in the agent manager

tell amgr cancel “db” ‘agent’

If this is a RunOnServer you can restart the client.

(you can see all agent manger console commands listed here

IBM Developer)