Retry Stage Execution
POST {{aws_codepipeline_base_url}}/?Action=RetryStageExecution
Request Params
Key | Datatype | Required | Description |
---|
Action | string | | The ID of the pipeline execution in the failed stage to be retried. Use the GetPipelineState action to retrieve the current pipelineExecutionId of the failed stage |
Request Body
{"pipelineExecutionId"=>"3137f7cb-7cf7-EXAMPLE", "pipelineName"=>"MyFirstPipeline", "retryMode"=>"FAILED_ACTIONS", "stageName"=>"Staging"}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |
User-Agent | string | | |
X-Amz-Target | string | | |