App Logo
instagram.com

Mute an Instagram DM thread

Mute or unmute notifications for an Instagram DM conversation, by the conversation partner's username. Muting supports a duration (1 hour, 8 hours, 24 hours, or until you turn it back on); unmuting applies immediately. Idempotent — reports if the thread is already in the requested state instead of re-toggling.

Input

username required

Handle of the conversation partner, without @.

mute optional

true to mute the thread's notifications, false to unmute.

Default: true
duration optional

How long to mute for when mute=true. Ignored when unmuting.

Default: "forever"

Output

muted required
status required
username required
threadId optional

FAQ

Mute or unmute notifications for an Instagram DM conversation, by the conversation partner's username. Muting supports a duration (1 hour, 8 hours, 24 hours, or until you turn it back on); unmuting applies immediately. Idempotent — reports if the thread is already in the requested state instead of re-toggling.
Required: username. Optional: mute, duration.
It returns muted, status, threadId, username.
Yes. It acts as you on instagram.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the instagram.com cookies saved by the Reduck extension.
It makes changes on instagram.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/instagram.com/mute_dm_thread, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/instagram.com/mute_dm_thread
It is part of Reduck's official curated catalogue.

Start building not clicking