View source: R/codedeploy_operations.R
codedeploy_stop_deployment | R Documentation |
Attempts to stop an ongoing deployment.
See https://www.paws-r-sdk.com/docs/codedeploy_stop_deployment/ for full documentation.
codedeploy_stop_deployment(deploymentId, autoRollbackEnabled = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.