azd app restart

Restart services.

Usage

Terminal window
azd app restart [flags]

Flags

FlagShortTypeDefaultDescription
--service-sstring-Service name(s) to restart (comma-separated)
--all-boolfalseRestart all services
--yes-yboolfalseSkip confirmation prompt for `--all`

Examples

Terminal window
azd app restart [flags]
Terminal window
azd app restart --service api
Terminal window
azd app restart --service "api,web,worker"
Terminal window
azd app restart --all

📚 Detailed Documentation

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

View full restart specification →