Uninstall Agent via API Request
T
Tanner Stine
Allow the uninstall of Huntress agents via API request.
Since tamper protection has been introduced to the Huntress agent, enabling the feature means RMMs can no longer automatically uninstall Huntress from a device. Without an API endpoint to trigger an uninstall, this breaks automation processes and adds new manual tasks that can only be completed in the Huntress portal.
B
Byron Garcia
+1 We are experiencing friction with agent removals, if we cannot have automation perform local actions on the agent, it would be very nice if we could build automation to handle it via an external API call at the least!
S
Stevie'la Ullrich'la
can require customer-specific password passed to agent for uninstall if that helps security
T
Tanner Stine
curl --request DELETE --url https://api.huntress/io/v1/agents/<id>
or bust!
I
Ivan Hrynchenko
Agreed, please do allow to uninstall agents via API request. And make it as easy as finding the right device by the SerialNumber or HostName.