{
  "manifest_version": "1.0.0",
  "template": {
    "id": "538dc1d7-eee3-480c-babc-9e550f643ed6",
    "slug": "R1yjwG",
    "name": "MLflow Tracking",
    "description": "The MLflow Tracking is an API and UI for logging ML experiment.",
    "url": "https://railway.com/deploy/R1yjwG",
    "upstream": {
      "image": "ghcr.io/mlflow/mlflow:v2.10.0"
    }
  },
  "services": [
    {
      "name": "MLflow Tracking",
      "source": {
        "image": "ghcr.io/mlflow/mlflow:v2.10.0"
      },
      "needs_volume": true,
      "volume_mount_path": "/data/",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "PORT",
      "service": "MLflow Tracking",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8080"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "R1yjwG"
      }
    },
    "cli": "railway deploy --template R1yjwG",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "538dc1d7-eee3-480c-babc-9e550f643ed6",
            "serializedConfig": {
              "services": {
                "b9c18d6d-0125-4606-8325-3a2203f2ebf0": {
                  "name": "MLflow Tracking",
                  "build": {},
                  "deploy": {
                    "startCommand": "mlflow server --host 0.0.0.0 --port 8080 --backend-store-uri file:///data/runs/"
                  },
                  "source": {
                    "image": "ghcr.io/mlflow/mlflow:v2.10.0"
                  },
                  "variables": {
                    "PORT": {
                      "isOptional": false,
                      "defaultValue": "8080"
                    }
                  },
                  "networking": {
                    "tcpProxies": {},
                    "serviceDomains": {
                      "<hasDomain>": {}
                    }
                  },
                  "volumeMounts": {
                    "b9c18d6d-0125-4606-8325-3a2203f2ebf0": {
                      "mountPath": "/data/"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-21T16:15:12.787Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-21T14:28:26.446Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_28c743bfbdf943b7b770",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 70,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "MLflow Tracking"
  }
}
