For the complete documentation index, see llms.txt. This page is also available as Markdown.

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 PHP-FPM with running Magento.

  2. Gracefully stops Docker containers.

Usage example

yarn stop # for Yarn
npm run stop # for NPM

Last updated