## Archive `$ beeper-desktop-cli chats archive` **post** `/v1/chats/{chatID}/archive` Archive or unarchive a chat. Set archived=true to move to archive, archived=false to move back to inbox ### Parameters - `--chat-id: string` Unique identifier of the chat. - `--archived: optional boolean` True to archive, false to unarchive ### Example ```cli beeper-desktop-cli chats archive \ --chat-id '!NCdzlIaMjZUmvmvyHU:beeper.com' ```