azd app stop
Stop running services.
Usage
azd app stop [flags]Flags
| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
--service | -s | string | - | Service name(s) to stop (comma-separated) |
--all | - | bool | false | Stop all running services |
Examples
azd app stop [flags]azd app stop --service apiazd app stop --service "api,web,worker"azd app stop --all📚 Detailed Documentation
For complete documentation including flows, diagrams, and advanced usage, see the full command specification.
View full stop specification →