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