affine_cleanup_blobs
Permanently remove deleted blobs in AFFiNE workspaces to optimize storage. Requires a workspace ID to target specific cleanup tasks.
Instructions
Permanently remove deleted blobs to free up storage.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
workspaceId | Yes | Workspace ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"workspaceId": {
"description": "Workspace ID",
"type": "string"
}
},
"required": [
"workspaceId"
],
"type": "object"
}