{
  "manifest_version": "1.0.0",
  "template": {
    "id": "445e3e1d-1422-49be-9a6d-1f02bb6bf325",
    "slug": "grafana-2",
    "name": "grafana",
    "description": "Beautiful dashboards and alerting for metrics, logs and traces",
    "url": "https://railway.com/deploy/grafana-2",
    "upstream": {
      "image": "grafana/grafana-oss:13.0.2"
    }
  },
  "status": "unvalidated",
  "validated_at": null,
  "success_rate_30d": null,
  "services": [
    {
      "name": "grafana",
      "source": {
        "image": "grafana/grafana-oss:13.0.2"
      },
      "needs_volume": true,
      "volume_mount_path": "/var/lib/grafana",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "RAILWAY_RUN_UID",
      "service": "grafana",
      "description": "Provide a value for RAILWAY_RUN_UID.",
      "secret": false,
      "strategy": "ask_user"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "grafana-2"
      }
    },
    "cli": "railway deploy --template grafana-2",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "445e3e1d-1422-49be-9a6d-1f02bb6bf325",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "201b312e-54cb-4e46-9bc2-041590169eb8": {
                  "icon": null,
                  "name": "grafana",
                  "deploy": {
                    "startCommand": "sh -c 'GF_SERVER_HTTP_PORT=$PORT exec /run.sh'",
                    "healthcheckPath": "",
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "grafana/grafana-oss:13.0.2"
                  },
                  "variables": {
                    "RAILWAY_RUN_UID": {
                      "isOptional": false,
                      "defaultValue": "{{RAILWAY_RUN_UID}}"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "201b312e-54cb-4e46-9bc2-041590169eb8": {
                      "mountPath": "/var/lib/grafana"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T16:14:52.212Z",
  "generator_version": "0.1.0"
}
