invalidate_entity
Set an entity's validity end time to invalidate it while preserving historical access via as-of queries.
Instructions
η.4.4 — Mark an entity as no longer valid by setting validUntil. Idempotent. Does not delete the entity — entity_as_of still returns it for past asOf timestamps. Orthogonal to v1.8 supersession.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name | |
| ended | No | ISO 8601 timestamp; defaults to current time |