Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Whilst running persistent containers (and soon executables) can be great for improving startup time of your app host, it can become a resource leak if you have a lot of these, and you move from one app host to another.
Describe the solution you'd like
Provide a way to stop all persistent resources when an application shuts down. aspire stop --force seems like a logical way to do this, but any other command would work.
Additional context
No response
Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
Whilst running persistent containers (and soon executables) can be great for improving startup time of your app host, it can become a resource leak if you have a lot of these, and you move from one app host to another.
Describe the solution you'd like
Provide a way to stop all persistent resources when an application shuts down.
aspire stop --forceseems like a logical way to do this, but any other command would work.Additional context
No response