appliance-cli debug notifications disable
Disables the periodic notification updates
Synopsis
Disable the periodic notification updates.
Disabling the notifications causes the service managers in the appliance controller to not synchronize the configuration. For the time frame that the notifications are disabled, you can add manual changes without them being overwritten automatically.
The notifications are only disabled for a certain amount of time, to prevent you
from forgetting to re-enable them. You can pass indefinite
to pause
notifications indefinitely.
Use indefinite with caution
Disabling notifications indefinitely should be used with caution. The appliance will not apply any configuration changes or reconciliate state.
appliance-cli debug notifications disable [flags]
Examples
appliance-cli debug notifications disable
appliance-cli debug notifications disable --duration 3h30m
appliance-cli debug notifications disable --duration indefinite
Options
--context string Select the appliance context
--duration string Configure the disable duration (duration string or 'indefinite') (default "1h")
-h, --help help for disable
--insecure Disable SSL verification
SEE ALSO
- appliance-cli debug notifications - Show the periodic notification status in the appliance controller