{
  "manifest_version": "1.0.0",
  "template": {
    "id": "b086727a-5700-4857-b3bc-98e2362c47ad",
    "slug": "p6dsil",
    "name": "Uptime Kuma",
    "description": "A fancy self-hosted monitoring tool",
    "url": "https://railway.com/deploy/p6dsil",
    "upstream": {
      "image": "louislam/uptime-kuma:2"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "Uptime Kuma",
      "source": {
        "image": "louislam/uptime-kuma:2"
      },
      "needs_volume": true,
      "volume_mount_path": "/app/data",
      "http": true
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "p6dsil"
      }
    },
    "cli": "railway deploy --template p6dsil",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "b086727a-5700-4857-b3bc-98e2362c47ad",
            "serializedConfig": {
              "services": {
                "deeca161-7e6f-428c-a43c-74373ba95433": {
                  "icon": "https://uptime.kuma.pet/img/icon.svg",
                  "name": "Uptime Kuma",
                  "build": {},
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": "/dashboard"
                  },
                  "source": {
                    "image": "louislam/uptime-kuma:2",
                    "rootDirectory": null
                  },
                  "variables": {},
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "deeca161-7e6f-428c-a43c-74373ba95433": {
                      "mountPath": "/app/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {
    "healthcheck": {
      "service": "Uptime Kuma",
      "method": "GET",
      "path": "/dashboard",
      "expect_status": 200
    }
  },
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-06T11:54:17.289Z",
  "generator_version": "0.1.0"
}
