{
  "manifest_version": "1.0.0",
  "template": {
    "id": "1882a477-3538-4fb5-8fc3-3d1ef8e3e95e",
    "slug": "ubuntu-2404",
    "name": "Ubuntu 24.04",
    "description": "Ubuntu 24.04 with Volume. SSH into for diagnostics, testing, and dev tasks.",
    "url": "https://railway.com/deploy/ubuntu-2404",
    "upstream": {
      "image": "ubuntu:24.04"
    }
  },
  "services": [
    {
      "name": "Ubuntu 24.04",
      "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"
      }
    },
    "cli": "railway deploy --template ubuntu-2404",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "1882a477-3538-4fb5-8fc3-3d1ef8e3e95e",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "c62bed5a-5494-4401-892a-496f5c218b0d": {
                  "icon": null,
                  "name": "Ubuntu 24.04",
                  "deploy": {
                    "startCommand": "sleep infinity",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ubuntu:24.04"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "c62bed5a-5494-4401-892a-496f5c218b0d": {
                      "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-18T14:42:26.995Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_33099469bfea49f88c00",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 38,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Ubuntu 24.04"
  }
}
