Deployments
Create a deployment
Create a new deployment.
post/deployments
Response
Deployment created successfully
Example response
{
"id": "rr33xuugxj9h0bkf1rdt2bet",
"status": "queued",
"status_reason": "Deployment in progress",
"region": "aws.us-east-1a",
"entrypoint_rel_path": "src/app.py",
"source_type": "github",
"source_url": "https://github.com/org/repo",
"source_ref": "main",
"source_path": "apps/api",
"source_checksum": "3f4d0ea1bd2c5c1a1a1f0e9d8c7b6a5948372615049382716a5b4c3d2e1f0a9b"
}