Skip to main content
Glama

AWS CodePipeline MCP Server

by cuongdev

retry_stage

Retry a failed stage in AWS CodePipeline by specifying the pipeline name, stage name, and execution ID, ensuring continuity in your CI/CD workflow.

Instructions

Retry a failed stage

Input Schema

NameRequiredDescriptionDefault
pipelineExecutionIdYesExecution ID
pipelineNameYesName of the pipeline
stageNameYesName of the stage

Input Schema (JSON Schema)

{ "properties": { "pipelineExecutionId": { "description": "Execution ID", "type": "string" }, "pipelineName": { "description": "Name of the pipeline", "type": "string" }, "stageName": { "description": "Name of the stage", "type": "string" } }, "required": [ "pipelineName", "stageName", "pipelineExecutionId" ], "type": "object" }
Install Server

Other Tools from AWS CodePipeline MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/cuongdev/mcp-codepipeline-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server