Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Manual
/ / /

listCommands

listCommands

The listCommands command generates a list of all database commands implemented for the current mongod or mongos instance.

db.runCommand( { listCommands: 1 } )

Back

isSelf