{
  "manifest_version": "1.0.0",
  "template": {
    "id": "429dd23f-4a6f-4a34-8d8e-2f9bdcdca494",
    "slug": "ubuntu-2404-lts",
    "name": "Ubuntu 24.04 LTS",
    "description": "[Jul'26] Hosted Ubuntu workspace with SSH access and persistent storage.",
    "url": "https://railway.com/deploy/ubuntu-2404-lts",
    "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-2404-lts"
      }
    },
    "cli": "railway deploy --template ubuntu-2404-lts",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "429dd23f-4a6f-4a34-8d8e-2f9bdcdca494",
            "serializedConfig": {
              "services": {
                "8090c675-4085-4cc0-9cf2-e053a83d36ef": {
                  "icon": "https://devicons.railway.app/ubuntu",
                  "name": "ubuntu",
                  "deploy": {
                    "startCommand": "bash -lc 'echo \"Ubuntu 24.04 Railway container is running\"; tail -f /dev/null'"
                  },
                  "source": {
                    "image": "ubuntu:24.04"
                  },
                  "volumeMounts": {
                    "8090c675-4085-4cc0-9cf2-e053a83d36ef": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "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-20T12:17:20.138Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_2d00b5001ed7407b8581",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 55,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "ubuntu"
  }
}
