# clear_terminal_progress

> **Function** in `deepagents_code`

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

Clear the terminal's progress indicator.

Emits `OSC 9;4;0;0`.

## Signature

```python
clear_terminal_progress() -> bool
```

## Returns

`bool`

`True` if the sequence was written.

---

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