Skip to main content

ppds_environment_variables_set

Set the current value of an environment variable. Creates the value record if none exists. AI agents can use this to fix misconfigurations during deployment troubleshooting.

Input schema

NameTypeRequiredDescription
schemaNameStringyesSchema name of the environment variable
valueStringyesNew value to set

Output

Returns Task<EnvironmentVariablesSetResult>.