Overview
This node performs the ResetDatabase operation on a Recombee database. It is useful for scenarios where you need to clear all data from a Recombee recommendation database to start fresh, such as during development, testing, or reinitializing the recommendation system.
Use Case Examples
- Resetting the Recombee database before importing new data to ensure no old data conflicts.
- Clearing the database as part of a scheduled maintenance workflow to refresh recommendations.
Output
JSON
success- Indicates whether the reset operation was successful (true or false).status- The response status from the Recombee API after the reset operation, present if successful.error- Error message returned if the reset operation failed.
Dependencies
- Requires Recombee API credentials including database ID, private token, region, and optional API timeout.
Troubleshooting
- Common issues include invalid or expired API credentials causing authentication failures.
- Timeout errors if the API request takes longer than the configured timeout period.
- Errors returned by the Recombee API if the database ID is incorrect or the database cannot be reset due to permissions.