# clear_update_notified

> **Function** in `deepagents_code`

📖 [View in docs](https://reference.langchain.com/python/deepagents-code/update_check/clear_update_notified)

Clear the "already notified" marker so the update modal re-opens next launch.

Removes both `notified_at` and `notified_version` from the shared
update state file.

## Signature

```python
clear_update_notified() -> None
```

---

[View source on GitHub](https://github.com/langchain-ai/deepagents/blob/0412009c5441bef8d75a427e1da8909e33ab5b56/libs/code/deepagents_code/update_check.py#L665)