# clear_update_notified

> **Function** in `deepagents_cli`

📖 [View in docs](https://reference.langchain.com/python/deepagents-cli/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/64d45f67c86edb4df2ced0e7b82f1a8fd158ec8c/libs/cli/deepagents_cli/update_check.py#L519)