service

Installation
Summary

Create, rename, and manage services; check deployment status and health.

  • Check service status, deployment history, and health via CLI commands returning JSON
  • Create services with Docker images or empty (GitHub repos configured via environment skill)
  • Rename services and update icons using GraphQL mutations; supports image URLs, animated GIFs, and Railway Devicons
  • Link or switch between services in the current directory with railway service link
SKILL.md

Service Management

Check status, update properties, and advanced service creation.

When to Use

  • User asks about service status, health, or deployments
  • User asks "is my service deployed?"
  • User wants to rename a service or change service icon
  • User wants to link a different service
  • User wants to deploy a Docker image as a new service (advanced)

Note: For creating services with local code (the common case), prefer the new skill which handles project setup, scaffolding, and service creation together.

For GitHub repo sources: Use new skill to create empty service, then environment skill to configure source.repo via staged changes API.

Create Service

Create a new service via GraphQL API. There is no CLI command for this.

Related skills
Installs
1.6K
GitHub Stars
259
First Seen
Jan 20, 2026