Skip to main content
Glama

deployment_status

Monitor and verify the progress or outcome of deployments on the Railway MCP server. Use to check for success, failure, or ongoing status to ensure infrastructure updates are correctly processed.

Instructions

[API] Check the current status of a deployment

⚡️ Best for: ✓ Monitoring deployment progress ✓ Verifying successful deployments ✓ Checking for deployment failures

⚠️ Not for: × Service runtime logs × Database logs

→ Prerequisites: deployment_list, deployment_trigger

→ Next steps: deployment_logs

→ Related: service_info, service_restart, deployment_wait

Input Schema

NameRequiredDescriptionDefault
deploymentIdYesID of the deployment to check status for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "deploymentId": { "description": "ID of the deployment to check status for", "type": "string" } }, "required": [ "deploymentId" ], "type": "object" }

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/jason-tan-swe/railway-mcp'

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