toggle_feature_flag
Enable or disable a feature flag to control feature rollout, with optional percentage-based targeting for gradual releases.
Instructions
Enable or disable a feature flag
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Feature flag ID | |
| enabled | Yes | Whether to enable or disable the flag | |
| percentage | No | Optional: set rollout percentage (0-100) |