Turn off a LaunchDarkly flag
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
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
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.