Skip to content

Add sandboxes.deleteImage for DELETE /images/:key - #109

Merged
shrisukhani merged 2 commits into
mainfrom
cursor/image-deletion-4e4e
Aug 15, 2026
Merged

Add sandboxes.deleteImage for DELETE /images/:key#109
shrisukhani merged 2 commits into
mainfrom
cursor/image-deletion-4e4e

Conversation

@shrisukhani

@shrisukhanishrisukhani commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds sandboxes.deleteImage() for DELETE /images/:key.

Changes

  • SandboxesService.deleteImage(image) calls DELETE /images/:key
  • SandboxImageDeleteResult includes optional id, imageName, and uploaded from the server

Validation

  • yarn test tests/sandbox/e2e/list-contract.test.ts — pass
  • yarn build — pass

Companion: browserctrl#1303

Open in WebOpen in Cursor

cursoragentand others added 2 commits August 15, 2026 04:05
Mirror snapshot delete so SDK clients can remove team Firecracker images
by name or id against the new control-plane endpoint.
Co-authored-by: shri <shri@metlo.com>
Surface optional id, imageName, and uploaded from DELETE /images/:key
so callers can tell which revision was removed.
Co-authored-by: shri <shri@metlo.com>
@shrisukhani
shrisukhani marked this pull request as ready for review August 15, 2026 17:51
@shrisukhani
shrisukhani added this pull request to the merge queueAug 15, 2026
@shrisukhani
shrisukhani removed this pull request from the merge queue due to a manual request Aug 15, 2026
@shrisukhani
shrisukhani added this pull request to the merge queueAug 15, 2026
@shrisukhani
shrisukhani removed this pull request from the merge queue due to a manual request Aug 15, 2026
@shrisukhani
shrisukhani merged commit d8d0229 into mainAug 15, 2026
3 checks passed
@shrisukhani
shrisukhani deleted the cursor/image-deletion-4e4e branch August 15, 2026 17:58
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@shrisukhani@NikhilShahi@cursoragent