status

Report Railway project status including environment, services, deployments, and domains.

303|36|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/railwayapp/railway-skills --skill status-railwayapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/railwayapp/railway-skills/tree/main/plugins/railway/skills/status
Command: npx skills add https://github.com/railwayapp/railway-skills --skill status-railwayapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Quickly obtain an at-a-glance view of the current Railway project status, including environment, services, deployments, and domains, so you can make informed decisions without manual CLI digging.

Core Features & Use Cases

  • Retrieve and present current project status, environment, services, deployments, and configured domains.
  • Detect common issues (not authenticated, no linked project) and provide actionable remediation steps.
  • Use cases include pre-deploy checks, monitoring deployment progress, and verifying domain configurations.

Quick Start

Run railway status --json in the project directory to view the current project status, environment, services, and deployments.

Frequently Asked Questions about status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check my Railway project deployment status and configured domains?

Check Railway project deployment status and domains by running railway status --json in your project directory. It returns the current environment, services, deployments, and domain configurations at a glance.

Why does my Railway CLI status command return an error instead of project details?

Railway CLI status errors occur when you are not authenticated or no project is linked. The command detects these issues and provides actionable remediation steps to authenticate and link your project.

What is the best way to monitor Railway deployment progress without manual CLI digging?

The best way to monitor Railway deployment progress is using the status command, which retrieves and presents current services, deployments, and configured domains to help you make informed decisions quickly.

Do I need to link a Railway project before checking environment and service status?

Yes, you need a linked Railway project to check environment and service status. The command requires the Railway CLI to be installed and authenticated, with a project linked to your current directory.

Can I verify domain configurations for my Railway services before deploying?

Yes, you can verify domain configurations for Railway services before deploying. Running the status command retrieves and presents configured domains alongside the current environment and deployment details.

What information is included in the Railway project status output?

Railway project status output includes the current environment, services, deployments, and configured domains. It provides a structured view to support pre-deploy checks, monitoring, and domain verification.