tenki_move_path
Move or rename files and directories inside a Tenki sandbox. Provide session ID, source path, and destination path to organize sandbox contents.
Instructions
Move or rename a file or directory within a sandbox. Both paths are under /home/tenki.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination path under /home/tenki, e.g. /home/tenki/new.txt | |
| from | Yes | Source path under /home/tenki, e.g. /home/tenki/old.txt | |
| session_id | Yes | Sandbox session id (UUID), from tenki_create_sandbox or tenki_list_sandboxes. |