deployment_list
Track and review recent service deployments in specific environments using the 'deployment_list' tool. Monitor updates, access deployment history, and ensure uptime for Railway infrastructure projects.
Instructions
[API] List recent deployments for a service in a specific environment
⚡️ Best for: ✓ Viewing deployment history ✓ Monitoring service updates
→ Prerequisites: service_list
→ Next steps: deployment_logs, deployment_trigger
→ Related: service_info, service_restart
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environmentId | Yes | ID of the environment to list deployments from (usually obtained from service_list) | |
limit | No | Optional: Maximum number of deployments to return (default: 10) | |
projectId | Yes | ID of the project containing the service | |
serviceId | Yes | ID of the service to list deployments for |