Is your feature request related to a problem? Please describe.
The API supports setting (and unsetting) update schedules (in cron format) for container stacks via the container-set-stack-update-schedule operation.
Unsetting works by setting the update schedule to null.
Describe the solution you'd like
Example usages:
mw stack set-update-schedule <stack-id> <schedule> [--timezone=<timezone>]
mw stack unset-update-schedule <stack-id>
<schedule> must be in cron format
<timezone> must be a valid timezone like UTC or Europe/Berlin
Input value constraints should be mentioned in documentation, but do not need to be validated client-side. Rely on API-side validation.
Describe alternatives you've considered A clear and concise description of
any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature
request here.
Is your feature request related to a problem? Please describe.
The API supports setting (and unsetting) update schedules (in cron format) for container stacks via the
container-set-stack-update-scheduleoperation.Unsetting works by setting the update schedule to
null.Describe the solution you'd like
Example usages:
<schedule>must be in cron format<timezone>must be a valid timezone likeUTCorEurope/BerlinInput value constraints should be mentioned in documentation, but do not need to be validated client-side. Rely on API-side validation.
Describe alternatives you've considered A clear and concise description of
any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature
request here.