From 8a6961bc99941aba1848bf9326afb4e80274eebe Mon Sep 17 00:00:00 2001 From: Karthik BekalPattathana <133984042+karthikbekalp@users.noreply.github.com> Date: Fri, 24 Apr 2026 09:11:58 -0700 Subject: [PATCH] docs: Added documentation on how customers can deactivate update notification dialog Signed-off-by: Karthik BekalPattathana <133984042+karthikbekalp@users.noreply.github.com> --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index b3dcbcf34..71e1dad19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -157,6 +157,11 @@ $ deadline config gui By default, configuration of AWS Deadline Cloud is provided at `~/.deadline/config`, however this can be overridden by the `DEADLINE_CONFIG_FILE_PATH` environment variable. +Submitter integrations check for newer versions on startup. To deactivate these notifications: +```sh +$ deadline config set settings.submitter_update_notification false +``` + ## Authentication In addition to the standard AWS credential mechanisms (AWS Profiles, instance profiles, and environment variables), AWS Deadline Cloud monitor credentials are also supported.