MOVE DATASET command
See the following article for more information:
The MOVE DATASET command allows you to move a list of datasets identified by dataset selection functions (using either DATASET or DATASET_ID) to a subfolder under the current folder.
In cases where the target folder does not exist, it will then be created. It also ensures that there are no naming conflicts with the target folder.
MOVE DATASET <dataset function list> TO "path"
Example
MOVE DATASET DATASET("Path|to|abcd"), dataset_id("defg") TO "YouGov|Europe";