mongocli atlas alerts acknowledge¶
The alerts acknowledge
command acknowledges one alert for the
specified Atlas project.
Syntax¶
mongocli atlas alert|alerts acknowledge|ack <alertID> [ --until <acknowledgement time> ] [ --forever ] [ --comment <optional comment> ] [ --profile|-P <profile-name> ] [ --projectId <id-of-project> ]
Options¶
Option | Type | Description | Required? |
---|---|---|---|
<alertID> | string | ID of the alert you want to acknowledge or un-acknowledge. | yes |
--comment | string | Comment describing the alert acknowledgement. If included, wrap
the comment in double quotes. | no |
--forever | string | Prevent the alert from resuming at any point in the future. You can't set both | no |
--output , -o | string | Command output format. Valid values are:
If omitted, the command returns output in the default format. | no |
--profile , -P | string | Name of the profile where the project ID and the Programmatic API Key |