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
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
assets | array | Asset references to move |
folder_url | string | Destination folder URL |
name | string | Rename the asset at the destination — leave blank to keep the original filename |
create_folder | boolean | Create the destination folder if it does not exist |
extend_input | boolean | Merge the moved asset reference into the task's output payload |
overwrite | boolean | Overwrite an existing asset at the destination if one already exists |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
