CreateFlagReuse

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 { CreateFlagReuse } from "@vercel/sdk/models/createflagop.js";

let value: CreateFlagReuse = {
  active: false,
  environment: "<value>",
};

Fields

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