Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

listCommands

On this page

  • Definition
  • Compatibility
  • Syntax
listCommands

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

This command is available in deployments hosted in the following environments:

  • MongoDB Atlas: The fully managed service for MongoDB deployments in the cloud

Note

This command is supported in all MongoDB Atlas clusters. For information on all commands, see Unsupported Commands.

The command has the following syntax:

db.runCommand(
{
listCommands: 1
}
)
←  isSelflockInfo →