Project Usage
Users are billed monthly based on the project's per-minute usage. All services within a project's environments contribute to the resources billed. You can find specific per-minute pricing here.
Users can see the usage of a project under the Usage page within the Workspace settings.

Billing period usage
This section outlines the current usage within a billing period, as well as any discounts and credits the user has applied to their account.
In addition to the current usage, the user can see their estimated resource usage for the current billing period.
Usage by project
The chart shows the cumulative usage for the billing period. If you delete a project, Railway will still count the usage towards your total.
The Current and Estimated cost metrics show the current resource usage and the estimated usage by the end of the billing period.
Inspect usage from the CLI
Use railway usage to inspect a workspace summary, rank projects by cost, or
show a service-level breakdown for one project:
railway usage
railway usage projects --limit 10
railway usage projects --project api --period previousSee the railway usage reference for billing period selection,
workspace resolution, usage limits, and JSON output.