Reallocate traffic (Reseed bucketing)

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
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

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.

Path Params
string
required

Project (or workspace) ID.

string
required

The feature flag name.

string
required

The FME environment name or ID.

Body Params
string
required

A short description for the reallocation request.

string

Additional notes regarding the reallocation.

Headers
string
Defaults to Bearer <API_TOKEN>
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json