Rollback Stage
codepipeline_rollback_stage | R Documentation |
Rolls back a stage execution¶
Description¶
Rolls back a stage execution.
Usage¶
codepipeline_rollback_stage(pipelineName, stageName,
targetPipelineExecutionId)
Arguments¶
pipelineName |
[required] The name of the pipeline for which the stage will be rolled back. |
stageName |
[required] The name of the stage in the pipeline to be rolled back. |
targetPipelineExecutionId |
[required] The pipeline execution ID for the stage to be rolled back to. |
Value¶
A list with the following syntax:
list(
pipelineExecutionId = "string"
)
Request syntax¶
svc$rollback_stage(
pipelineName = "string",
stageName = "string",
targetPipelineExecutionId = "string"
)