# ClearAppsOptions

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

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

Options for clearing all app definitions from the in-memory store.

## Properties

- **`stopAllInstances`** (`boolean`, optional) default: `false`
  If `true`, all currently running instances of all apps from the in-memory store will be stopped.
