colab_fs_move
Move a file or directory within a Google Colab /content workspace. Specify source and destination, with optional overwrite, to reorganize data before processing.
Instructions
Move a path. After response loss, stat source/destination before retrying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Existing source path under /content. | |
| session | No | Tracked session name. Null is allowed only when exactly one session exists. | |
| overwrite | No | When true, explicitly permit replacement of an existing destination. | |
| destination | Yes | Destination path under /content. |