> For the complete documentation index, see [llms.txt](https://docs.create-magento-app.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.create-magento-app.com/getting-started/available-commands/stop.md).

# Stop the application

## `yarn stop` or `npm run stop`

This command stops a local deployment of your Magento 2 application. It does it in the following steps:

1. Gracefully stops Docker containers.
2. Removes the Docker network used by the application.

## Usage example

```bash
yarn stop # for Yarn
npm run stop # for NPM
```
