post
https://api.split.io/internal/api/v2/splits/ws///environments//reallocate
Resets the bucketing seed for a feature flag in a specific environment. This causes all users to be rehashed, reassigned to new buckets, and mapped to treatments based on the existing targeting rules.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Access requirements
The Authorization Bearer (Admin API Key authorizing the request) must have one of the following roles and scopes:
Admin API Key roles accepted
- API_ALL_GRANTED
- API_FEATURE_FLAG_EDITOR
Admin API Key scopes accepted
- GLOBAL
- WORKSPACE
- ENVIRONMENT
To learn more about Admin API Key roles and scopes, see API keys overview.
JSON Payload
{
"title": "Reseed after bug fix",
"comment": "Redistribute users after rollback"
}Note: This endpoint does not accept treatment weights or rules. It only triggers reseeding of the existing feature flag configuration.
