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.

Warning

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 --timeout 3h30m
  appliance-cli debug notifications disable --timeout indefinite

Options

      --context string   Select the appliance context
  -h, --help             help for disable
      --insecure         Disable SSL verification
      --timeout string   Configure the disable duration (duration string or 'indefinite') (default "1h")

SEE ALSO