{
  "manifest_version": "1.0.0",
  "template": {
    "id": "12031e73-8cae-4284-b2f0-13cd3b8a1223",
    "slug": "ubuntu-2604",
    "name": "Ubuntu 26.04",
    "description": "Ubuntu 26.04 with Volume. SSH into for diagnostics, testing, and dev tasks.",
    "url": "https://railway.com/deploy/ubuntu-2604",
    "upstream": {
      "image": "ubuntu:26.04"
    }
  },
  "services": [
    {
      "name": "Ubuntu 26.04",
      "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"
      }
    },
    "cli": "railway deploy --template ubuntu-2604",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "12031e73-8cae-4284-b2f0-13cd3b8a1223",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "6bec8720-37ad-4bb0-8469-0b1240484fb6": {
                  "icon": null,
                  "name": "Ubuntu 26.04",
                  "deploy": {
                    "startCommand": "sleep infinity",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ubuntu:26.04"
                  },
                  "variables": {},
                  "volumeMounts": {
                    "6bec8720-37ad-4bb0-8469-0b1240484fb6": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-15T10:14:39.124Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-13T23:25:47.142Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_c35c22f38659412a9e5f",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 51,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "Ubuntu 26.04"
  }
}
