# StopInstanceOptions

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

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

Options for stopping an app instance.

## Properties

- **`force`** (`boolean`, optional) default: `false`
  If `true`, the instance will be forcefully stopped without waiting for it to gracefully shut down.
- **`id`** (`string`, required)
  The ID of the instance to stop.
- **`reason`** (`string`, optional)
  Reason for stopping the app instance.
- **`timeout`** (`number`, optional) default: `30000`
  Interval in milliseconds to wait for stopping the app instance.
