---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Uninstall the Agent Client Collector from macOS using a single-line command

# Uninstall the Agent Client Collector from macOS using a
single-line command {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Uninstall the Agent Client Collector from macOS machine
by running an efficient single-line command. If the agent is connected to the instance,
uninstall Agent Client Collector manually.

## Before you begin

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

## Procedure

Run the following command.  

    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. The user and group _servicenow, created as part of the installation process, is also removed.

