RENAME DATASET command
See the following article for more information:
The RENAME DATASET command allows you to rename a single dataset's name. It also checks that the new name does not exist in its containing folder.
RENAME DATASET <Dataset Function> TO "string"
Example
RENAME DATASET DATASET("Client|ds2") TO "Place 2";