{
  "manifest_version": "1.0.0",
  "template": {
    "id": "49a2cd18-4c94-4871-8e2a-95456826656e",
    "slug": "jupyter-notebook",
    "name": "Jupyter Notebook",
    "description": "Deploy Jupyter Lab | Jupyter Notebook on Railway",
    "url": "https://railway.com/deploy/jupyter-notebook",
    "upstream": {
      "image": "fuglelucas/juplabtest:latest"
    }
  },
  "services": [
    {
      "name": "Jupyter Notebook",
      "source": {
        "image": "fuglelucas/juplabtest:latest"
      },
      "needs_volume": true,
      "volume_mount_path": "/data",
      "http": true
    }
  ],
  "required_inputs": [
    {
      "key": "HOST",
      "service": "Jupyter Notebook",
      "description": "Provide a value for HOST.",
      "secret": false,
      "strategy": "default",
      "default": "0.0.0.0"
    },
    {
      "key": "PORT",
      "service": "Jupyter Notebook",
      "description": "Provide a value for PORT.",
      "secret": false,
      "strategy": "default",
      "default": "8889"
    }
  ],
  "deploy": {
    "mcp": {
      "server": "railway",
      "tool": "deploy_template",
      "args": {
        "template_code": "jupyter-notebook"
      }
    },
    "cli": "railway deploy --template jupyter-notebook",
    "api": {
      "method": "POST",
      "path": "/graphql/v2",
      "body": {
        "query": "mutation templateDeploy($input: TemplateDeployV2Input!) { templateDeployV2(input: $input) { projectId workflowId } }",
        "variables": {
          "input": {
            "templateId": "49a2cd18-4c94-4871-8e2a-95456826656e",
            "serializedConfig": {
              "services": {
                "24984510-0f9f-47c7-84da-75cb1e0ecd16": {
                  "name": "Jupyter Notebook",
                  "deploy": {
                    "startCommand": "jupyter-lab --ip=0.0.0.0 --port=8889 --allow-root --notebook-dir=/data --no-browser"
                  },
                  "source": {
                    "image": "fuglelucas/juplabtest:latest"
                  },
                  "variables": {
                    "HOST": {
                      "defaultValue": "0.0.0.0"
                    },
                    "PORT": {
                      "defaultValue": "8889"
                    }
                  },
                  "networking": {
                    "serviceDomains": {
                      "<hasDomain>:8889": {
                        "port": 8889
                      }
                    }
                  },
                  "volumeMounts": {
                    "24984510-0f9f-47c7-84da-75cb1e0ecd16": {
                      "mountPath": "/data"
                    }
                  }
                }
              }
            }
          }
        }
      }
    }
  },
  "post_deploy": {},
  "resources": {
    "expected_services": 1,
    "needs_volume": true
  },
  "generated_at": "2026-09-10T10:14:45.332Z",
  "generator_version": "0.1.0",
  "status": "validated",
  "validated_at": "2026-09-08T19:07:35.679Z",
  "success_rate_30d": 1,
  "validation": {
    "last_run_id": "run_4660f752fb5d4a8f9b5c",
    "checks": [
      {
        "name": "workflow_completed",
        "passed": true
      },
      {
        "name": "all_services_deployed",
        "passed": true
      },
      {
        "name": "stays_up",
        "passed": true
      }
    ],
    "typical_ready_seconds": 97,
    "typical_build_seconds": 0,
    "typical_start_seconds": 10,
    "slowest_service": "Jupyter Notebook"
  }
}
