move
Rename or move a file to a new path. Fails with destination_exists unless overwrite is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | New path. The token needs write access to both paths. | |
| from | Yes | Current path of the file, relative to the workspace root. | |
| overwrite | No | Replace the destination if a live file already exists there. | |
| workspace | No | Workspace slug. Optional, defaults to "temp". | |
| override_lock | No | Move even if another agent holds a lock. Recorded in the activity log. | |
| expected_version | No | Fail with VERSION_CONFLICT unless the source file is currently at this version. |