{
  "manifest_version": "1.0.0",
  "template": {
    "id": "2b278fba-7687-485b-86ba-d613ae450710",
    "slug": "mssql2019",
    "name": "mssql2019",
    "description": "Microsoft SQL Server 2019 with persistent storage and TCP access",
    "url": "https://railway.com/deploy/mssql2019",
    "upstream": {
      "repo_url": "https://github.com/lNamelessl/mssql2019"
    }
  },
  "services": [
    {
      "name": "mssql-2019",
      "source": {
        "repo": "https://github.com/lNamelessl/mssql2019"
      },
      "needs_volume": false,
      "tcp_ports": [
        1433
      ],
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "mssql2019"
      }
    },
    "cli": "railway deploy --template mssql2019",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "2b278fba-7687-485b-86ba-d613ae450710",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "166de86d-0973-466c-9039-62cae60657f2": {
                  "icon": null,
                  "name": "mssql-2019",
                  "deploy": {
                    "startCommand": null,
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "repo": "https://github.com/lNamelessl/mssql2019",
                    "rootDirectory": null
                  },
                  "variables": {
                    "MSSQL_PID": {
                      "isOptional": true,
                      "description": "ms sql pid",
                      "defaultValue": ""
                    },
                    "ACCEPT_EULA": {
                      "isOptional": true,
                      "description": "accept eula",
                      "defaultValue": ""
                    },
                    "MSSQL_SA_PASSWORD": {
                      "isOptional": true,
                      "description": "password",
                      "defaultValue": ""
                    }
                  },
                  "networking": {
                    "tcpProxies": {
                      "1433": {}
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": false
  },
  "generated_at": "2026-09-20T10:14:37.339Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-19T12:31:50.062Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_674437dd6ec7464fbb56",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 102,
    "typical_build_seconds": 30,
    "typical_start_seconds": 20,
    "slowest_service": "mssql-2019"
  }
}
