rollback_file
rollback_file
: Restore Previous File Version
rollback_file
: Restore Previous File VersionReverts a file to a previous version.
Parameters:
agent_name
: Identifier for the agent making the requestfile_path
: Path to the file to roll backn
: Number of versions to roll back (1 for previous version)base_url
: API endpoint URL
Returns:
StorageResponse
object containing rollback status
Example:
Last updated