Current image routes for listing, lookup, deletion, cancellation, tagging, resolution, and image-registry checks. The image surface currently spans /images and /image-registry.

Endpoints

AreaEndpoints
Image recordsGET /images, GET /images/{id}, DELETE /images/{id}, POST /images/{id}/cancel
Tag managementPOST /images/{id}/tags, DELETE /images/{id}/tags/{tag}, GET /images/tags/list
Image creation and lookupPOST /images/ensure, GET /images/resolve
Registry helpersPOST /image-registry/check, GET /image-registry/search
POST /images/ensure is the main code-backed image creation entry point in the current server.