{
  "manifest_version": "1.0.0",
  "template": {
    "id": "8b1f919d-b270-45e6-8b3e-ebb2ac345b1d",
    "slug": "ubuntu",
    "name": "Ubuntu",
    "description": "Ubuntu in your network for debugging",
    "url": "https://railway.com/deploy/ubuntu",
    "upstream": {
      "image": "ubuntu"
    }
  },
  "services": [
    {
      "name": "ubuntu",
      "source": {
        "image": "ubuntu"
      },
      "needs_volume": false,
      "http": false
    }
  ],
  "required_inputs": [],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "ubuntu"
      }
    },
    "cli": "railway deploy --template ubuntu",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "8b1f919d-b270-45e6-8b3e-ebb2ac345b1d",
            "serializedConfig": {
              "buckets": {},
              "services": {
                "10adb4d1-df0d-49d4-8dc4-98ba9bdc9305": {
                  "icon": null,
                  "name": "ubuntu",
                  "deploy": {
                    "startCommand": "sleep infinity",
                    "healthcheckPath": null,
                    "restartPolicyType": "ON_FAILURE",
                    "restartPolicyMaxRetries": 10
                  },
                  "source": {
                    "image": "ubuntu"
                  },
                  "variables": {}
                }
              }
            }
          }
        }
      }
    }
  },
  "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-18T15:01:46.163Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_d5e25cd1a2aa44998166",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 49,
    "typical_build_seconds": 0,
    "typical_start_seconds": 0,
    "slowest_service": "ubuntu"
  }
}
