v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1439316188.1 KB

Resumes the pipeline execution by retrying the last failed actions in a stage. You can retry a stage immediately if any of the actions in the stage fail. When you retry, all actions that are still in progress continue working, and failed actions are triggered again.

post/#X-Amz-Target=CodePipeline_20150709.RetryStageExecution

Headers

X-Amz-Target'CodePipeline_20150709.RetryStageExecution' required

Request body

pipelineNamestring required

The name of the pipeline that contains the failed stage.

stageNamestring required

The name of the failed stage to be retried.

pipelineExecutionIdstring required

The ID of the pipeline execution in the failed stage to be retried. Use the <a>GetPipelineState</a> action to retrieve the current pipelineExecutionId of the failed stage

retryMode'FAILED_ACTIONS' required

The scope of the retry attempt. Currently, the only supported value is FAILED_ACTIONS.

Response

Success

pipelineExecutionIdstring

The ID of the current workflow execution in the failed stage.