Skip to content

Move Asset

The Move Asset task relocates one or more assets to a new folder in the asset store. Unlike Copy Asset, the originals are removed from their current location. The moved asset can optionally be renamed.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
assetsarrayAsset references to move
folder_urlstringDestination folder URL
namestringRename the asset at the destination — leave blank to keep the original filename
create_folderbooleanCreate the destination folder if it does not exist
extend_inputbooleanMerge the moved asset reference into the task's output payload
overwritebooleanOverwrite an existing asset at the destination if one already exists
includearrayFile name patterns to include
excludearrayFile name patterns to exclude

See also: Tasks overview

S-Launch