Marks a memory as invalid/outdated. The memory is not deleted but is excluded from future search results. Use this when a stored memory is no longer accurate due to code changes, fixed bugs, or revised decisions.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | yes | — | The unique ID of the memory to invalidate |
Natural language:
The CORS issue from memory abc123 was fixed in the latest deploy — mark it as outdated.
MCP call:
{
"tool": "stellarion_memory_invalidate",
"arguments": {
"id": "abc123"
}
}
Returns confirmation:
falsestellarion_memory_get to verify the memory content before invalidating.