files.move_file
ActiveTool of Vee3
Move a stored file to a new account-relative path. Pass source_file_name from files.list_uploaded_files and the desired destination_file_name. The file is copied to the new path and the source is removed. Any linked upload session is updated to the new path. Cost = 0 tokens.
Parameters schema
{
"type": "object",
"title": "move_fileArguments",
"required": [
"source_file_name",
"destination_file_name"
],
"properties": {
"source_file_name": {
"type": "string",
"title": "Source File Name",
"maxLength": 255,
"description": "Current relative file name or path. Use files.list_uploaded_files to see available names."
},
"destination_file_name": {
"type": "string",
"title": "Destination File Name",
"maxLength": 255,
"description": "New relative file name or path. Must not already exist in account storage."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Vee3
https://github.com/Vee3io/Vee3
1/7 registries