box_folder_set_sync_tool
Configure folder synchronization settings in Box to manage device syncing by setting sync states like synced, not synced, or partially synced for specific folders.
Instructions
Sets the sync state for a folder in Box.
Args: ctx: Context: The context containing Box client information. folder_id (str): ID of the folder to set sync state for. sync_state (str): Specifies whether a folder should be synced to a user's device or not. This is used by Box Sync (discontinued) and is not used by Box Drive. Value is one of synced,not_synced,partially_synced
Returns: dict[str, Any]: Dictionary containing the updated folder object or error message
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ||
| sync_state | Yes |