MediaSyncBody
dry_runDry Run (boolean)
If True, only report orphans without deleting them
Default value:
truemedia_typesstring[]
Types of media to sync: 'all', 'event_snapshots', 'event_thumbnails', 'review_thumbnails', 'previews', 'exports', 'recordings'
Default value:
["all"]forceForce (boolean)
If True, bypass safety threshold checks
Default value:
falseverboseVerbose (boolean)
If True, write full orphan file list to /config/media_sync/<job_id>.txt
Default value:
falseMediaSyncBody
{
"dry_run": true,
"media_types": [
"string"
],
"force": false,
"verbose": false
}