{
  "manifest_version": "1.0.0",
  "template": {
    "id": "fcd17ff7-302a-4c6a-bae6-b85bb3c28d67",
    "slug": "ubuntu-2604-lts",
    "name": "Ubuntu 26.04 LTS",
    "description": "[Jul'26] Hosted Ubuntu workspace with SSH access & persistent storage.",
    "url": "https://railway.com/deploy/ubuntu-2604-lts",
    "upstream": {
      "image": "ubuntu:26.04"
    }
  },
  "services": [
    {
      "name": "ubuntu",
      "source": {
        "image": "ubuntu:26.04"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ubuntu-2604-lts"
      }
    },
    "cli": "railway deploy --template ubuntu-2604-lts",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "fcd17ff7-302a-4c6a-bae6-b85bb3c28d67",
            "serializedConfig": {
              "services": {
                "6c3db037-2d80-4c6e-a5ad-33cbc4b2a6ca": {
                  "icon": "https://devicons.railway.app/ubuntu",
                  "name": "ubuntu",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"Ubuntu 26.04 Railway container is running\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "ubuntu:26.04"
                  },
                  "volumeMounts": {
                    "6c3db037-2d80-4c6e-a5ad-33cbc4b2a6ca": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T07:11:09.233Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_ae96f28ee180436193c7",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 75,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "ubuntu"
  }
}
