{ "name": "my-deployment", "dockerfile": "FROM python:3.11-slim\\n...", "context_tar_base64": "H4sIA...", "entrypoint": "python app.py", "entrypoint_mode": "stdio", "limits": { "timeout_s": 300, "cpu_cores": 2, "memory_mb": 4096 } }
{ "id": "dep_abc123", "name": "my-deployment", "status": "pending" }
upload_harbor_deployment()
provider=\"harbor\"
file
stdio
Was this page helpful?