Documentation
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

ALTER SUNDECK ACCOUNT

Allows you to alter the parameters of the current Sundeck account.

See also:
SHOW SUNDECK PARAMETERS

Syntax

ALTER SUNDECK ACCOUNT { SET <key> = <value> | UNSET <key> };

Currently PRIVATE_RESULTS_HELPER_URL is the only supported key.

Examples:

PRIVATE_RESULTS_HELPER_URL

Set url for private-results-helper:

ALTER SUNDECK ACCOUNT SET PRIVATE_RESULTS_HELPER_URL = 'https://my-private-results-helper.com';

Unset url for private-results-helper:

ALTER SUNDECK ACCOUNT UNSET PRIVATE_RESULTS_HELPER_URL;

Only user with the ADMIN privilege is allowed to run ALTER SUNDECK ACCOUNT statements. Running ALTER SUNDECK ACCOUNT statement without ADMIN privilege will result in an error.