contextConfigDelete

Delete a context config element.

Arguments

Returns

ConfigElement
ConfigElement
Collapse
  • id
    Environment variable name or file mount relative path.
  • checksum
    SHA256 checksum of the value.
  • createdAt
    Unix timestamp representing the creation of the config element. Will be empty if the element is computed at runtime (eg. by a cloud integration). Note that config elements are considered immutable, so this value is reset when the value changes.
  • runtime
    Whether the config element is only known at runtime.
  • value
    Environment variable value, only exposed if the variable is not marked as write-only.
  • description
    Description of the config element.
  • writeOnly
    When a variable is marked as write-only, its value is only accessible to the Run, but not in the API or the UI.
  • fileMode
    File mode (user/group/other) for the file mount.