move_memory
Relocate a stored memory to another space while preserving its content and embedding, and rebuild its knowledge-graph entries in the target space.
Instructions
Move a stored memory into a different space.
The memory keeps its content and embedding; only the space it belongs to changes. Its knowledge-graph entries are rebuilt in the target space so the graph and search agree about where it lives.
The target space must already exist — use the dashboard or the API to create one first.
Args: chunk_id: The UUID of the chunk to move. target_space: Name of the space to move it into.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chunk_id | Yes | ||
| target_space | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |