{
  "manifest_version": "1.0.0",
  "template": {
    "id": "00025985-cc4e-492d-92cf-243a31fc1ebc",
    "slug": "rocky-linux",
    "name": "Rocky Linux",
    "description": "Hosted Rocky Linux 9 workspace with SSH and persistent storage. 🚀",
    "url": "https://railway.com/deploy/rocky-linux",
    "upstream": {
      "image": "rockylinux:9"
    }
  },
  "services": [
    {
      "name": "rocky-linux",
      "source": {
        "image": "rockylinux:9"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "rocky-linux"
      }
    },
    "cli": "railway deploy --template rocky-linux",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "00025985-cc4e-492d-92cf-243a31fc1ebc",
            "serializedConfig": {
              "services": {
                "7c3813e9-4138-4a9e-a659-a0c7aa3a59c5": {
                  "icon": "https://raw.githubusercontent.com/docker-library/docs/5e29cd0cdc96d579d91310cbcb772b26067182ad/rockylinux/logo.png",
                  "name": "rocky-linux",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"container is running on Railway\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "rockylinux:9"
                  },
                  "volumeMounts": {
                    "7c3813e9-4138-4a9e-a659-a0c7aa3a59c5": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-11T04:14:34.944Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T06:00:18.305Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_b230307e58cb4b8aaab9",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 48,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "rocky-linux"
  }
}
