invalidate_entity
Set the validUntil timestamp for an entity to mark it as invalid. The entity remains accessible for queries at earlier points in time.
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 |