{
  "manifest_version": "1.0.0",
  "template": {
    "id": "6fa1f169-c55e-486b-a306-8f5e7e1c26b8",
    "slug": "pumpkin-minecraft-server-latest",
    "name": "Pumpkin Minecraft Server (latest)",
    "description": "Fast Rust-based Minecraft server with Java and Bedrock support.",
    "url": "https://railway.com/deploy/pumpkin-minecraft-server-latest",
    "upstream": {
      "image": "ghcr.io/pumpkin-mc/pumpkin:sha-a2881a9"
    }
  },
  "services": [
    {
      "name": "pumpkinmc",
      "source": {
        "image": "ghcr.io/pumpkin-mc/pumpkin:sha-a2881a9"
      },
      "needs_volume": true,
      "volume_mount_path": "/pumpkin",
      "tcp_ports": [
        25565
      ],
      "http": false
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "pumpkinmc",
      "description": "Required to run the image as root for volume write permissions",
      "secret": false,
      "strategy": "default",
      "default": "0"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "pumpkin-minecraft-server-latest"
      }
    },
    "cli": "railway deploy --template pumpkin-minecraft-server-latest",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "6fa1f169-c55e-486b-a306-8f5e7e1c26b8",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "91538306-41d5-4ca8-b906-ef0d72af21b8": {
                  "icon": "https://docs.pumpkinmc.org/assets/favicon.ico",
                  "name": "pumpkinmc",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ghcr.io/pumpkin-mc/pumpkin:sha-a2881a9"
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "description": "Required to run the image as root for volume write permissions",
                      "defaultValue": "0"
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "25565": {}
                    }
                  },
                  "volumeMounts": {
                    "91538306-41d5-4ca8-b906-ef0d72af21b8": {
                      "mountPath": "/pumpkin"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-20T16:14:49.616Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T15:30:10.119Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_1d671cb6f44a4b37aaab",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 60,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "pumpkinmc"
  }
}
