Skip to content
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

Extend updateApp with force argument #21

Open
yuriksan opened this issue Jun 9, 2015 · 0 comments
Open

Extend updateApp with force argument #21

yuriksan opened this issue Jun 9, 2015 · 0 comments

Comments

@yuriksan
Copy link

yuriksan commented Jun 9, 2015

PUT /v2/apps/{appId}

Change parameters of a running application. The new application parameters apply only to subsequently created tasks. Currently running tasks are restarted, while maintaining the minimumHealthCapacity

Parameters
Name Type Description
force boolean If the app is affected by a running deployment, then the update operation will fail. The current deployment can be overridden by setting the force query parameter. Default: false.

@RequestLine("PUT /v2/apps/{app_id}")
void updateApp(@Named("app_id") String appId, App app);
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

No branches or pull requests

1 participant