azd app restart

Restart services.

Usage

Terminal window
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

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 →