# Uninstall ABAP Agent

### Uninstall the ABAP Addon <a href="#toc201668110" id="toc201668110"></a>

To uninstall the ABAP addon, follow these steps:

1. Sign in to your QAS or PRD system using client 000, as a user with sufficient permissions to update the Data Dictionary.
2. Run transaction SAINT. In the **Add-on Installation Tool** screen, select the **Uninstallable components** tab.<br>

   <div align="left"><figure><img src="/files/dfBVeKi2CrRFKFZ60cyz" alt="" width="563"><figcaption></figcaption></figure></div>
3. Select the TRICE Add-on with Release 100\_700, and select **Start**. SAP displays the following dialog.<br>

   <div align="left"><figure><img src="/files/YOsBoAN62TQiHyugxjZF" alt="" width="563"><figcaption></figcaption></figure></div>
4. Select . The **Status/Remarks** section shows the following.<br>

   <div align="left"><figure><img src="/files/FAhdes0GGstZJoswQRgX" alt="" width="563"><figcaption></figcaption></figure></div>
5. Monitor the uninstallation process in the SAPGUI status bar. When the uninstallation process has finished, the **Status/Remarks** section shows the following.<br>

   <div align="left"><figure><img src="/files/iopwJxXfCRvK6KcTzVEU" alt="" width="563"><figcaption></figcaption></figure></div>
6. Select **Finish** to complete the uninstallation. SAP displays the following message box.<br>

   <div align="left"><figure><img src="/files/gWKo9VHTsQdXL7M8J6p3" alt="" width="563"><figcaption></figcaption></figure></div>
7. Select **Do not send**.

### Uninstall the agent’s Windows components <a href="#toc201668111" id="toc201668111"></a>

To uninstall the agent’s Windows components, follow these steps:”

1. Take a backup copy of your \<SLABAPAgent dir>\config\config.toml file.
2. Run the following from your PowerShell window:

{% code overflow="wrap" lineNumbers="true" %}

```powershell
PS C:\apps\SLABAPAgent\bin> .\slabapcli.exe setup uninstall
```

{% endcode %}


---

# Agent Instructions: 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.sealights.io/knowledgebase/setup-and-configuration/sealights-agents-and-plugins/abap-agent/uninstall-abap-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.
