diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx
index c0e55b0ead6534b..43cf2c6e9f1d95b 100644
--- a/src/content/docs/workers/wrangler/commands.mdx
+++ b/src/content/docs/workers/wrangler/commands.mdx
@@ -2054,6 +2054,17 @@ wrangler queues list [OPTIONS]
+### `info`
+
+Get information on individual queues.
+
+```txt
+wrangler queues info
+```
+
+- `name`
+ - The name of the queue to inspect.
+
### `consumer`
Manage queue consumer configurations.