# stopApp

This command halts a running app.

## Examples

Run the command without arguments to stop the active app uploaded to Moropo:

```yaml
- stopApp
```

Specify an app ID to stop a specific app (other than the uploaded app):

```yaml
- stopApp: com.facebook.app
```

## Related Commands

[launchapp](https://docs.moropo.com/creating-tests/commands/launchapp "mention")
