Docs Menu

Docs HomeLaunch & Manage MongoDBMongoDB CLI

mongocli cloud-manager clusters reclaimFreeSpace

On this page

  • Syntax
  • Arguments
  • Options
  • Inherited Options

Reclaim unused space for a cluster using compact.

During certain operations, MongoDB might move or delete data but it doesn't free the currently unused space. Ops Manager reclaims the disk space in a rolling fashion across members of the replica set or shards.

Command Syntax
mongocli cloud-manager clusters reclaimFreeSpace <clusterName> [options]
Name
Type
Required
Description
clusterName
string
true
Name of the cluster for which you want to reclaim free space.
Name
Type
Required
Description
--force
false
Flag that indicates whether to skip the confirmation prompt before proceeding with the requested action.
-h, --help
false
help for reclaimFreeSpace
--processName
strings
false
Unique identifier for the host of a MongoDB process in the following format: {hostname}:{port}.
--projectId
string
false
Hexadecimal string that identifies the project to use. This option overrides the settings in the configuration file or environment variable.
--timestamp
string
false
Timestamp in ISO 8601 format when the service reclaims the space. This option defaults to the current timestamp.
Name
Type
Required
Description
-P, --profile
string
false
Name of the profile to use from your configuration file. To learn about profiles for MongoCLI, see https://dochub.mongodb.org/core/atlas-cli-configuration-file.
← mongocli cloud-manager clusters list