# Remove App via TMS

1. Navigate to Terminal Monitor:
   * In the TMS interface, go to 'Monitor > Terminal Monitor'.
   * This section displays a list of all the terminals managed by the TMS.
2. Select a Terminal:
   * From the terminal list, choose the specific terminal from which you want to remove an application.
   * Click on the check box associated with the selected terminal.
3. Access Installed Apps:
   * In the pop-up page that appears, navigate to the 'Installed Apps' tab.
   * This tab will display a list of all applications currently installed on the selected terminal.
4. Remove the Application:
   * Find the application you wish to remove.
   * Click on the 'garbage can' icon next to the application. This action initiates the removal of the app from the terminal.
5. Note the Online Requirement:
   * Important: For the application to be successfully removed, ensure that the terminal is online at the time of this operation.
   * If the terminal is not online, the removal command will be executed once the terminal comes back online.


---

# 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://smartpossdk.gitbook.io/cloudpossdk/faq/tms-wizarview/remove-app-via-tms.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.
