deployment

Installation
Summary

View, manage, and troubleshoot Railway deployments with logs, redeploy, and removal commands.

  • List deployments and view deploy or build logs with filtering by level, text search, time range, or specific deployment ID
  • Redeploy the most recent deployment or restart containers without rebuilding to pick up external resource changes
  • Remove deployments (stops the service but keeps it intact; use the environment skill to delete services entirely)
  • Supports JSON output for all commands and auto-disables streaming in non-interactive mode
SKILL.md

Deployment Management

Manage existing Railway deployments: list, view logs, redeploy, or remove.

Important: "Remove deployment" (railway down) stops the current deployment but keeps the service. To delete a service entirely, use the environment skill with isDeleted: true.

When to Use

  • User says "remove deploy", "take down service", "stop deployment", "railway down"
  • User wants to "redeploy", "restart the service", "restart deployment"
  • User asks to "list deployments", "show deployment history", "deployment status"
  • User asks to "see logs", "show logs", "check errors", "debug issues"

List Deployments

railway deployment list --limit 10 --json
Related skills
Installs
1.0K
GitHub Stars
258
First Seen
Jan 20, 2026