Create rollout
Rollouts
Create rollout
Create a new rollout configuration for a flag in a specific environment.
Strategies:
off: Always returns the fallback valuepercentage: Boolean-only progressive rolloutvariant: Multivariate A/B testing with flag variationsgradual: Time-based progressive rollout
POST
Create rollout
Documentation Index
Fetch the complete documentation index at: https://docs.flagmint.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Valid UUID v4 format
Valid UUID v4 format
Valid UUID v4 format
Body
application/json
Choose one strategy: "off" (disabled), "percentage" (progressive boolean), "variant" (A/B testing), or "gradual" (time-based progressive).
- Off Config
- Percentage Config
- Variant Config
- Gradual Config
Always returns the fallback value. No variations are used.
Disables the rollout
Available options:
off