Skip to content

Delete a cached image

DELETE/images/{ref}
path parameters
object
refstringrequired

Image reference (nginx:alpine) or converted digest.

Responses
204 No contentNo Content
404 Not foundNot Found
ErrorResponse
errorstring
501 Not Implemented
ErrorResponse
errorstring
Authentication
bearerAuthHTTP bearer. Daemon API key. Omit on a keyless loopback daemon.
Request
DELETE/images/{ref}
cURL
curl '/images/{ref}' \
  -X DELETE
Response
204 No content
No response body.
Was this page helpful?