curl --request DELETE \
--url https://api.blaxel.ai/v0/images \
--header 'Authorization: Bearer <token>'{
"deleted": 123,
"message": "<string>"
}Cleans up unused container images in the workspace registry. Only removes images that are not currently referenced by any active agent, function, sandbox, or job deployment.
curl --request DELETE \
--url https://api.blaxel.ai/v0/images \
--header 'Authorization: Bearer <token>'{
"deleted": 123,
"message": "<string>"
}Was this page helpful?