azd app stop

Stop running services.

Usage

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

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

📚 Detailed Documentation

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

View full stop specification →