Skip to content
Recued
Menu
← Back to recipes

Turn off a LaunchDarkly flag

by recued-core v1

Approval-gated LaunchDarkly feature flag workflow. It reads the project, environment, flag, and current flag status for context, then applies exactly one semantic patch instruction, turnFlagOff, through recued-core.launchdarkly. It does not change targeting rules, variations, prerequisites, segments, approvals, flag metadata, or any other LaunchDarkly resource.

How it works 12 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (12 steps)
project_key trim
Trim whitespace from setting project key
environment_key trim
Trim whitespace from setting environment key
flag_key trim
Trim whitespace from setting flag key
comment trim
Trim whitespace from setting comment
has_comment compare
Check if comment has data
project ?
environment ?
flag ?
status_before ?
patch ?
skip: step.has_comment not_equal true
skipped compare
Check if has comment does not equal true
card to_summary
Format results as a summary card
Settings 5 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

comment setting = Turn flag off from Recued approval workflow.
flag key setting =
project key setting =
launchdarkly setting =
environment key setting = production

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Launchdarkly connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

launchdarkly launchdarklyfeature-flagsturn-offrelease-managementapprovalpack:launchdarkly

Details

12 steps 5 configurable settings recipe_id: turn-launchdarkly-flag-off