-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
The webUI for Docker currently has options to restart a container or update a container but the API does not. The API currently only allows you to start/stop a container.
Describe the solution you'd like
An additional mutation field for docker to restart and update it.
mutation Docker($restartID: PrefixedID!, $updateID: PrefixedID!) {
docker {
restart(id: $restartID) {}
update(id: $updateID) {}
}
}
Additional context
Pre-submission Checklist
- I have searched existing issues to ensure this feature hasn't already been requested
- This is not an Unraid Connect related feature (if it is, please submit via the support form instead)
- I have provided clear examples or use cases for the feature
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request