# 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/3812967c84d90619848f3185f22470204fc88bd8/libs/code/deepagents_code/update_check.py#L1357)