Deploy
DeployResource
Methods
Create a new deployment.
Submits a deployment request. The deployment will:
- Parse and merge configuration files
- Create a Kubernetes Job running helm install
- Wait for deployment completion
- Return results
The build_id of the cloud build. Required if image_name and image_tag are not provided.
Name of the image to deploy. Required if build_id is not provided.
Tag of the image to deploy. Required if build_id is not provided.
When True, creates a preview deployment with a unique slug appended to the helm release name.
The identity that created the entity.
Kubernetes events for this deployment.
Get a deployment by its ID.
List all deployments with pagination and optional filters.
Get structured log lines for a deployment with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
- First call: no cursor
- Subsequent calls: cursor=next_cursor from the previous response
- Stop polling when the deployment reaches a terminal status
Domain types
Slim event representation for the API response.
Response containing structured deployment log lines with cursor-based pagination.
The CLI can poll this endpoint to stream logs incrementally:
- First call: no after_id
- Subsequent calls: after_id=next_cursor from previous response
- Stop polling when has_more is False and the deployment reaches a terminal status