# RemoveAppOptions

**Kind**: interface | **Module**: [Apps](https://docs.interop.io/desktop/reference/javascript/apps/index.md)

**Source**: https://docs.interop.io/desktop/reference/javascript/apps/removeappoptions/index.html

Options for removing app definitions from the in-memory store.

## Properties

- **`name`** (`string | string[]`, required)
  Name of the app whose definition to remove or an array of app names if you want to remove multiple apps at a time.
- **`stopInstances`** (`boolean`, optional) default: `false`
  If `true`, all currently running instances of the removed apps will be stopped.
