Skip to main content

MediaSyncBody

dry_runDry Run (boolean)

If True, only report orphans without deleting them

Default value: true
media_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: false
verboseVerbose (boolean)

If True, write full orphan file list to /config/media_sync/<job_id>.txt

Default value: false
MediaSyncBody
{
"dry_run": true,
"media_types": [
"string"
],
"force": false,
"verbose": false
}