Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The command performs the following steps to run an Aspire AppHost:

## Stopping the AppHost

To stop the running AppHost and exit, press <kbd>Ctrl</kbd>+<kbd>C</kbd> (or send `SIGTERM` on Linux/macOS). The CLI requests a graceful shutdown of the AppHost and its resources.
To stop the running AppHost and exit, press <kbd>Ctrl</kbd>+<kbd>C</kbd> (or send `SIGTERM` on Linux/macOS). The CLI requests a graceful shutdown of the AppHost and its resources. A `🛑 Stopping Aspire...` message is displayed shortly after you press <kbd>Ctrl</kbd>+<kbd>C</kbd> to confirm that shutdown is in progress.

If graceful shutdown is taking too long and you need to exit immediately, press <kbd>Ctrl</kbd>+<kbd>C</kbd> a second time to terminate the process immediately.

Expand Down
Loading