Uninstall Agent Client Collector from a Linux system using a single-line command

  • Release version: Xanadu
  • Updated August 1, 2024
  • 1 minute to read
  • Uninstall the Agent Client Collector from a Linux machine by running an efficient single-line command. If the script is not connected to the instance, you might have to uninstall Agent Client Collector manually.

    Before you begin

    Role required: agent_client_collector_admin

    Procedure

    Uninstall Agent Client Collector by running the following command in a command window where <instance url> is the URL of the ServiceNow instance.
    bash -c "$(curl -L https://<instance url>/api/sn_agent/agents/install_agent)" -s "--remove" .
    Note:
    Uninstalling the Agent Client Collector removes the acc.yml file and its directory from your machine.