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