.. _mongocli-cloud-manager-maintenanceWindows-create:

================================================
mongocli cloud-manager maintenanceWindows create
================================================

.. default-domain:: mongodb

.. contents:: On this page
   :local:
   :backlinks: none
   :depth: 1
   :class: singlecol

Create a maintenance window.

Syntax
------

.. code-block::
   :caption: Command Syntax

   mongocli cloud-manager maintenanceWindows create [options]

.. Code end marker, please don't delete this comment

Options
-------

.. list-table::
   :header-rows: 1
   :widths: 20 10 10 60

   * - Name
     - Type
     - Required
     - Description
   * - --alertType
     - strings
     - true
     - Alert types to silence during the maintenance window. Valid values include HOST, REPLICA_SET, CLUSTER, AGENT, or 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 are json, json-path, go-template, or go-template-file. To see the full output, use the -o json option.
   * - --projectId
     - string
     - false
     - Hexadecimal string that identifies the project to use. This option overrides the settings in the configuration file or environment variable.
   * - --startDate
     - string
     - true
     - Timestamp in ISO 8601 date and time format in UTC when the maintenance window starts.

Inherited Options
-----------------

.. list-table::
   :header-rows: 1
   :widths: 20 10 10 60

   * - 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.

