{
  "manifest_version": "1.0.0",
  "template": {
    "id": "02b55923-e94c-44eb-886c-3cef600f13b4",
    "slug": "uptime-kuma-2",
    "name": "uptime-kuma",
    "description": "Deploy and Host uptime-kuma with Railway",
    "url": "https://railway.com/deploy/uptime-kuma-2",
    "upstream": {
      "image": "louislam/uptime-kuma:1"
    }
  },
  "services": [
    {
      "name": "uptime-kuma",
      "source": {
        "image": "louislam/uptime-kuma:1"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "uptime-kuma-2"
      }
    },
    "cli": "railway deploy --template uptime-kuma-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "02b55923-e94c-44eb-886c-3cef600f13b4",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "b9dd831b-d8e3-45e0-bf50-6958ddec1a56": {
                  "icon": null,
                  "name": "uptime-kuma",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "louislam/uptime-kuma:1"
                  },
                  "variables": {},
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "b9dd831b-d8e3-45e0-bf50-6958ddec1a56": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-09T02:00:34.244Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_3c3de0fbc32141089b89",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 84,
    "typical_build_seconds": 0,
    "typical_start_seconds": 11,
    "slowest_service": "uptime-kuma"
  }
}
