Docs Menu

Docs HomeMongoDB Command Line Interface

mongocli cloud-manager maintenanceWindows create

On this page

  • Syntax
  • Options
  • Inherited Options

Create a maintenance window.

mongocli cloud-manager maintenanceWindows create [options]
Name
Type
Required
Description
--alertType
strings
true
Alert types to silence during maintenance window. For example: HOST, REPLICA_SET, CLUSTER, AGENT, BACKUP.
--desc
string
false
Description of the maintenance window.
--endDate
string
true
Timestamp in ISO 8601 date and time format in UTC when the maintenance window ends.
-h, --help
false
help for create
-o, --output
string
false
Output format. Valid values: json|json-path|go-template|go-template-file
--projectId
string
false
Project ID to use. Overrides configuration file or environment variable settings.
--startDate
string
true
Timestamp in ISO 8601 date and time format in UTC when the maintenance window starts.
Name
Type
Required
Description
-P, --profile
string
false
Profile to use from your configuration file.

Auto generated by cobra2snooty on 13-Jul-2021

←  mongocli cloud-manager maintenanceWindowsmongocli cloud-manager maintenanceWindows delete →
Share Feedback