Endpoint
Path parameters
Path to the file relative to the storage root.
photo.jpg · photos/portrait.jpgWhat gets cleared
- Local cache — transformation variants stored on disk
- Cloud cache — transformation variants stored in S3-compatible storage (if configured)
- In-memory cache — cached metadata entries for the file
Response
true if invalidation completed without errors. May be true even when some steps had non-fatal errors (see details.errors).Human-readable result summary.
200 success (or partial) · 400 path missing · 500 error
Example
Related
Delete File
Permanently remove a file and all its cached variants.
Transform
Apply transformations — results are cached automatically.