You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Unfortunately, there was never an implementation to unset a value for PUT/PATCH. You'll need to get the whole JSON document, edit it, and then re-POST it.
Have a look at my CLI project in mcli. https://github.com/timcharper/mcli. Requires bash 4.x. The Marathon cli script supports "edit", marathon-cli app edit .... Should help you do what you want.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Once an app is created on Marathon with
container
configuration, it is not possible to removecontainer
configuration without recreating the app.container
key or settingcontainer: null
does not remove container configuration/container: must not be empty
PATCH
andPUT
withoutcontainer
key or sendingcontainer: null
does not remove container configurationPATCH
andPUT
sending with emptycontainer
values gives error that docker config is missingThe text was updated successfully, but these errors were encountered: