Manage image snapshots derived from sandboxes, resolve tags, inspect build metadata, and cancel or retag builds. Image APIs are exposed under /images and /image-registry.

Current Image Operations

ActionEndpoint
List imagesGET /images
Get one imageGET /images/{id}
Delete imageDELETE /images/{id}
Cancel buildPOST /images/{id}/cancel
Add tagsPOST /images/{id}/tags
Remove tagDELETE /images/{id}/tags/{tag}
Ensure image from sandbox/build specPOST /images/ensure
Resolve tag to imageGET /images/resolve
List tagsGET /images/tags/list
Registry existence checkPOST /image-registry/check
Registry searchGET /image-registry/search

Build-Oriented Payloads

The current image DTOs support rich build metadata such as:
  • sandboxId
  • buildHash
  • baseImage or baseSnapshotId
  • structured steps
  • envKeys and envHash
  • cacheMode
  • tags
  • capabilities

API Pages