---
sourceDocument: Australia IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/it-operations-management

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Uinstall ACC from a Linux system manually

# Uninstall Agent Client Collector from a Linux system manually {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Uninstall the Agent Client Collector from a Linux machine manually if
the command script is unavailable due to the specific agent not being connected to the
instance.

## Vorbereitungen

* The uninstall procedure is the same for both MID Server and MID-less deployments.
* Role required: agent_client_collector_admin
{#acc-linux-uninstall__ul_uj4_wlg_bgc}

## Warum und wann dieser Vorgang ausgeführt wird

By default, an uninstalled agent is removed from the system after 30 days. To modify
this amount of time, update the sn_agent_ci_extended_info
table, accessible from the Auto Flushes page (enter
sys_auto_flush.LIST into the instance's search filter
field).

## Prozedur

1. Stop the service.  
   `sudo systemctl stop acc`
2. Use the relevant package management tool to remove the service.  
   * yum remove agent-client-collector
   * apt-get remove agent-client-collector
   * zypper remove agent-client-collector

   {#acc-linux-uninstall__ul_ipz_yzq_pvb}

   Alternatively, you can run one of the following commands, based on the OS in
   use.
   * `rpm -e agent-client-collector`
   * `dpkg -r agent-client-collector`
   {#acc-linux-uninstall__ul_ulh_q1r_pvb}
3. If you ran either the `rpm` or `dpkg` command, remove any remaining files from your system.  

       # userdel -r servicenow
       # groupdel servicenow
       # rm -R /{etc,var/cache,var/log,usr/share}/servicenow/agent-client-collector

   Warnung:  
   Do not use the command rm -Rf, as this can cause data loss.

