UpdateFlagReuse

February 19, 2026 ยท View on GitHub

Allows linking this environment to another environment so this flag will be evaluated with the other flag's configuration

Example Usage

import { UpdateFlagReuse } from "@vercel/sdk/models/updateflagop.js";

let value: UpdateFlagReuse = {
  active: true,
  environment: "<value>",
};

Fields

FieldTypeRequiredDescription
activeboolean:heavy_check_mark:Whether the reuse is active or not
environmentstring:heavy_check_mark:The environment to link to