kill_feature_flag
Disable a feature flag in a specified environment, redirecting all traffic to the default treatment.
Instructions
Kill (disable) a feature flag in an environment — forces all traffic to the default treatment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to execute the kill | |
| flag_name | Yes | The feature flag name | |
| workspace_id | Yes | The workspace ID | |
| environment_id | Yes | The environment ID or name |