railway down
Delete the most recent successful deployment of a service.
Usage
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
Remove from specific service
Skip confirmation
Behavior
This command removes only the latest successful deployment. The service itself is not deleted, and you can deploy again with railway up.