feat: support idling and unidling from api with idled status#3628
Merged
shreddedbacon merged 11 commits intomainfrom Feb 16, 2026
Merged
feat: support idling and unidling from api with idled status#3628shreddedbacon merged 11 commits intomainfrom
shreddedbacon merged 11 commits intomainfrom
Conversation
c214036 to
94e80d3
Compare
03aa9b2 to
cf6829a
Compare
cf6829a to
4962200
Compare
c5f1617 to
6a3293d
Compare
6a3293d to
c7d636d
Compare
c7d636d to
3f6005e
Compare
3f6005e to
873623c
Compare
873623c to
bba9951
Compare
2b28444 to
4a6c1a8
Compare
4a6c1a8 to
f74f52f
Compare
f3dd1e1 to
6f40138
Compare
6f40138 to
4b2aee1
Compare
Overview
|
2b14386 to
4ed95c9
Compare
2f22c51 to
717da06
Compare
717da06 to
fd153f9
Compare
fd153f9 to
bc76193
Compare
CGoodwin90
requested changes
Feb 12, 2026
d3ae2a2 to
2c05e93
Compare
CGoodwin90
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
General Checklist
Database Migrations
Just adding support to the API to be able to control idling from the API and view the state of an environment.
Also allows the ability to stop, start, or restart, services within an environment.
Requires
The following pullrequests are requirements to support this. The changes in
remote-controllercan be released prior to this and the functionality will be basically dormant until the API supports it.