---
title: "Purge Frame Cache"
method: POST
path: "/videos/purge-frame-cache"
tags: ["Videos"]
---

# Purge Frame Cache

`POST /videos/purge-frame-cache`

Delete the sampled keyframe JPEGs. Tags and semantic search survive:
only the on-disk frames are removed, not their embeddings.

## Response `200`

Successful Response

- PurgeFrameCacheResponse
  - `success` boolean, required
  - `message` string, required
  - `bytes_reclaimed` integer, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.net/aossie-org/apis/pictopy.md) · [All operations](https://skmtc.net/aossie-org/apis/pictopy/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aossie-org/pictopy/revisions/a6c11e6b42e4/schema)
