{
  "manifest_version": "1.0.0",
  "template": {
    "id": "d6a294b4-4ff0-424f-a386-40ad6954a082",
    "slug": "ubuntu-noble-numbat",
    "name": "Ubuntu 24.04 LTS",
    "description": "Cloud-hosted Ubuntu 24.04 with SSH and persistent volume storage",
    "url": "https://railway.com/deploy/ubuntu-noble-numbat",
    "upstream": {
      "image": "ubuntu:24.04"
    }
  },
  "services": [
    {
      "name": "Ubuntu",
      "source": {
        "image": "ubuntu:24.04"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ubuntu-noble-numbat"
      }
    },
    "cli": "railway deploy --template ubuntu-noble-numbat",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "d6a294b4-4ff0-424f-a386-40ad6954a082",
            "serializedConfig": {
              "services": {
                "fb8c29e9-7734-47a7-8d16-9f0f51f3110c": {
                  "icon": "https://devicons.railway.com/i/ubuntu.svg",
                  "name": "Ubuntu",
                  "source": {
                    "image": "ubuntu:24.04"
                  },
                  "volumeMounts": {
                    "fb8c29e9-7734-47a7-8d16-9f0f51f3110c": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T22:14:44.200Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-20T05:39:26.143Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_bb2a2ae63a4b4334b620",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 30,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Ubuntu"
  }
}
