Skip to main content
DELETE
/
images
Cleanup unused container images
curl --request DELETE \
  --url https://api.blaxel.ai/v0/images \
  --header 'Authorization: Bearer <token>'
{
  "deleted": 123,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.blaxel.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

OAuth2 authentication with JWT tokens

Response

200 - application/json

successful operation

deleted
integer

Number of images deleted

message
string

Result message

Last modified on May 13, 2026