> For the complete documentation index, see [llms.txt](https://cortex-docs.paloaltonetworks.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/5.0/traps-agent-5.0-for-linux/uninstall-the-traps-agent-for-linux.md).

# Uninstall the Traps Agent for Linux

From the Traps management service you can uninstall the Traps agent on a Linux server (see Uninstall the Traps Agent in the Traps Management Service Administrator’s Guide). You can also uninstall the agent directly on the server. Successfully uninstalling the Traps program effectively removes the Traps agent from the server. On Linux servers, you can use the `uninstall.sh` script found in the `/opt/traps/scripts` directory to uninstall Traps. After you uninstall the agent, your server will no longer be protected your company’s security policies.

1. On the Linux server, run the uninstall.sh script and confirm you want to uninstall the Traps.

   By default, the script removes all logs, keys, and other files related to the Traps agent. If you want to preserve the logs, run the uninstall script in light mode using the **`-l`** option.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><h3>Note</h3><p>To use the uninstall script, you must run it from the default location in the scripts directory.</p></div>

   ```screen
   root@ubuntu:/$ /opt/traps/scripts/uninstall.sh
   This operation will uninstall Traps, are you sure? [y/N]: y
   [1] Shutting down Traps services
   Done
   [2] Waiting on active AppArmor policy updates
   Done
   [3] Removing AppArmor policies
     * traps
   Done
   [4] Stopping Traps security services (systemd)
   Removed symlink /etc/systemd/system/multi-user.target.wants/traps_trapsd.service.
   Removed symlink /etc/systemd/system/multi-user.target.wants/traps_pmd.service.
   Removed symlink /etc/systemd/system/multi-user.target.wants/traps_authorized.service.
   Done
   [5] Removing Traps
   Done
   ```
2. Confirm that the Traps agent is no longer installed.

   From the Linux server you can verify the removal of the traps folder in /opt/. From the Traps management service, you can also verify that the server was removed from the **Endpoints** page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://cortex-docs.paloaltonetworks.com/cortex-xdr-agent/5.0/traps-agent-5.0-for-linux/uninstall-the-traps-agent-for-linux.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
