railway down
Delete the most recent successful deployment of a service.
Usage
railway down [OPTIONS]Options
| Flag | Description |
|---|---|
-s, --service <SERVICE> | Service to remove deployment from (defaults to linked service) |
-e, --environment <ENV> | Environment to remove deployment from (defaults to linked environment) |
-y, --yes | Skip confirmation dialog |
Examples
Remove latest deployment
railway downRemove from specific service
railway down --service backendSkip confirmation
railway down --yesBehavior
This command removes only the latest successful deployment. The service itself is not deleted, and you can deploy again with railway up.