box_file_retention_date_set_tool
Set a retention date for Box files to manage data lifecycle and compliance. Once set, the date cannot be shortened.
Instructions
Set a retention date for a file in Box (cannot be shortened once set). Args: file_id (str): The ID of the file to update. retention_date (str): The retention date for the file in ISO 8601 format. Returns: dict[str, Any]: Dictionary containing the updated file information including retention date.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_id | Yes | ||
| retention_date | Yes |