Build
build
Methods
Submit a container image build.
Upload a tar.gz archive containing the build context (Dockerfile and any files needed for the build) along with image name, tag, and optional build arguments.
Maximum file size: 500MB
Get a build by ID, including current status from the cloud provider.
List Builds
Whether there are more items left to be fetched.
The total of items that match the query. This is greater than or equal to the number of items returned.
The maximum number of items to return.
Stream build logs via Server-Sent Events (SSE).
Returns a streaming response with content-type text/event-stream. Each log line is sent as an SSE data event.
Cancel a pending or running build.
Returns 202 Accepted — the actual cancellation happens asynchronously via a Temporal workflow.
Domain types
A single log line from the build process.