template_deploy
Deploy new services quickly using pre-configured templates on the railway-mcp server. Ideal for starting services without custom configurations. Requires projectId, templateId, and environmentId.
Instructions
[WORKFLOW] Deploy a new service from a template
⚡️ Best for: ✓ Starting new services from templates ✓ Quick service deployment ✓ Using pre-configured templates
⚠️ Not for: × Custom service configurations × GitHub repository deployments (use service_create_from_repo)
→ Prerequisites: template_list
→ Alternatives: service_create_from_repo, service_create_from_image, database_deploy
→ Next steps: service_info, variable_list
→ Related: service_update, deployment_trigger
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environmentId | Yes | ID of the environment to deploy to | |
projectId | Yes | ID of the project to create the service in | |
teamId | No | ID of the team to create the service in (if not provided, will use the default team) | |
templateId | Yes | ID of the template to use |