Skip to content

Make stop operation async, add stop all operation #729

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

dmjb
Copy link
Member

@dmjb dmjb commented Jun 13, 2025

This makes the stop operation asynchronous. The CLI calls it in a blocking manner, the API will stop the container in the background and return a 202 as soon as it has validated that the named container exists.

As part of this change, add a stop all operation as requested for the UI project. This logic is exposed both as a CLI command and API endpoint.

dmjb added 2 commits June 13, 2025 17:24
This makes the stop operation asynchronous. The CLI calls it in a
blocking manner, the API will stop the container in the background and
return a 202 as soon as it has validated that the named container
exists.

As part of this change, add a stop all operation as requested for the UI
project. This logic is exposed both as a CLI command and API endpoint.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant