back
loading skill details...
This skill should be used when the user wants to manage Railway deployments, view logs, or debug issues. Covers deployment lifecycle (remove, stop, redeploy,…
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 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
don't have the plugin yet? install it then click "run inline in claude" again.