Archive removes a video from feeds, search, and recommendations without losing the asset or any history. Republish puts it back. Use archive for embargo windows, content rotation, or temporary takedowns during reviews. UseDocumentation Index
Fetch the complete documentation index at: https://developers.myeden.me/llms.txt
Use this file to discover all available pages before exploring further.
DELETE only for permanent removal.
Archive
- The video is no longer returned in any feed
- Search excludes it
- Recommendations re-rank to remove it
- Direct playback links continue to work for ~5 minutes (CDN cache), then return 404 to viewers
- The underlying Mux asset and captions are preserved
Republish
Archiving a video that’s still processing
You can callarchive on a video that’s still processing. The archive
intent is queued, and the video will be created in an archived state when
processing completes — meaning it never appears in feeds. Useful if you
realize mid-pipeline that the content shouldn’t be live.
Response (queued archive):
Archive vs delete
| Archive | Delete | |
|---|---|---|
| Reversible | Yes (republish) | No |
| Mux asset preserved | Yes | No |
| Captions preserved | Yes | No |
| Use for | Embargoes, rotation, temporary takedowns | Permanent removal |