codedeploy_stop_deployment {paws.developer.tools} | R Documentation |
Attempts to stop an ongoing deployment
Description
Attempts to stop an ongoing deployment.
See https://www.paws-r-sdk.com/docs/codedeploy_stop_deployment/ for full documentation.
Usage
codedeploy_stop_deployment(deploymentId, autoRollbackEnabled = NULL)
Arguments
deploymentId |
[required] The unique ID of a deployment. |
autoRollbackEnabled |
Indicates, when a deployment is stopped, whether instances that have been updated should be rolled back to the previous version of the application revision. |
[Package paws.developer.tools version 0.7.0 Index]