azd app stop

Stop running services, execute lifecycle hooks, and tear down the app.

Usage

Terminal window
azd app stop [flags]

Flags

FlagShortTypeDefaultDescription
--service-string-Service name(s) to stop (comma-separated)
--all-boolfalseStop all running services
--yes-boolfalseSkip confirmation prompt for `--all`

Examples

Terminal window
azd app stop [flags]
Terminal window
azd app stop
Terminal window
azd app stop --service api,web
Terminal window
azd app stop --all --yes

Detailed Documentation

For complete documentation including flows, diagrams, and advanced usage, see the full command specification.

View full stop specification →