delete_thread_command(
thread_id: str,
*,
dry_run: bool = False,
output_format: OutputFormat | Name | Type | Description |
|---|---|---|
thread_id* | str | |
dry_run | bool | Default: False |
output_format | OutputFormat | Default: 'text' |
CLI handler for: deepagents threads delete.
ID of the thread to delete.
If True, print what would happen without making changes.
Output format — 'text' (Rich) or 'json'.