Rename App File
rename_app_fileRename or move one app source file atomically. Internally stages an upsert at new_path and a delete at old_path, validates the resulting app state, and creates a Saved Version before applying.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Apply even if validation reports blocking errors | |
| app_id | Yes | The app ID | |
| new_path | Yes | New virtual file path | |
| old_path | Yes | Existing virtual file path to rename | |
| overwrite | No | Allow replacing an existing file at new_path |