> For the complete documentation index, see [llms.txt](https://docs.reveald.com/technical-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-2-eve-endpoint/uninstalling-the-eve-agent.md).

# Uninstalling the EVE Agent

### Uninstall for Windows Operating System Endpoints

To uninstall the EVE agent in Windows environments follow the steps below:

1. Stop the EVE Agent. Right-click on the EVE agent icon and select the Exit option.
2. Open control panel and select "Uninstall a program" in the "Programs" section.
3. Locate the EVE agent: EVEAgent.
4. Right click and select the option "Uninstall".
5. Select the options presented by Windows Programs and Features and UAC for uninstallation.
6. The EVE Agent will be uninstalled.<br>

The user can also use the EVE installer to uninstall it. Run the installer and will be presented with the repair or uninstall the agent. Select uninstall and follow the instructions.

### Uninstall for Linux Operating System Endpoints

#### Version 2.5.1

To uninstall the EVE agent in Linux environments follow the steps below:

1. Execute uninstall-EVE.sh:\
   `$sudo ./uninstall-EVE.sh`

#### Version 2.5.0 and older

To uninstall the EVE agent in Linux environments follow the steps below:

Open the path in terminal where the shell is hosted (removeService.sh).

1. Open the path in terminal where the shell is hosted (removeService.sh).
2. Start shell emulation (sudo ./removeService.sh)
3. The EVE agent will be uninstalled from the Linux Endpoint.


---

# 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:

```
GET https://docs.reveald.com/technical-documentation/admin-guides/epiphany-validation-engine-users-guide/chapter-2-eve-endpoint/uninstalling-the-eve-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
