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

Merged
merged 2 commits into from
Jun 16, 2025
Merged

Make stop operation async, add stop all operation #729

merged 2 commits into from
Jun 16, 2025

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 dmjb force-pushed the async-stop branch 2 times, most recently from 571971c to 8798449 Compare June 16, 2025 11:17
ChrisJBurns
ChrisJBurns previously approved these changes Jun 16, 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 dmjb merged commit 93c30d8 into main Jun 16, 2025
17 checks passed
@dmjb dmjb deleted the async-stop branch June 16, 2025 12:30
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.

2 participants