azd app stop
Stop running services, execute lifecycle hooks, and tear down the app.
Usage
azd app stop [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--service | - | string | - | Service name(s) to stop (comma-separated) |
--all | - | bool | false | Stop all running services |
--yes | - | bool | false | Skip confirmation prompt for `--all` |
Examples
azd app stop [flags]azd app stopazd app stop --service api,webazd app stop --all --yesDetailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full stop specification →