cleanup_files
Delete or archive log files for specific workspaces and connectors, with optional age settings to manage storage.
Instructions
Clean up log files for specified workspaces and connectors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| age | No | Minimum age of the files to be cleaned up, in days. Files more recent than the specified age will not be cleaned up. If not specified, the cleanup settings specified in the application will be used. | |
| type | No | Whether to Archive or Delete files when performing the cleanup. If not specified, the cleanup settings specified in the application will be used. | |
| connectorId | No | The Id of the connector to be cleaned up. If not set, all connectors in the applicable workspace(s) will be cleaned up. | |
| workspaceId | No | The Id of the workspace. If not set, all workspaces will be cleaned up. |