List Railway Deployments
list-deploymentsRetrieve deployment history for a Railway service, showing IDs, statuses, and metadata to monitor application updates and track changes.
Instructions
List deployments for a Railway service with IDs, statuses and other metadata. Requires Railway CLI v4.10.0+.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspacePath | Yes | The path to the workspace to list deployments from | |
| service | No | Service name or ID to list deployments for (defaults to linked service) | |
| environment | No | Environment to list deployments from (defaults to linked environment) | |
| limit | No | Maximum number of deployments to show (default: 20, max: 1000) | |
| json | No | Return deployments as structured JSON data. When true, the output will contain ids, statuses, and other metadata |