provider experiments POST
/api/projects/{project_id}/experiments/{id}/unfreeze_exposure/ @utdk/posthog
/api/projects/{project_id}/experiments/{id}/unfreeze_exposure/ experiments_unfreeze_exposure_create
Reopen enrollment on an exposure-frozen experiment.
Removes the snapshot-cohort condition and freeze markers from every release
group, restoring the flag's original targeting: new users can enroll again
and already-enrolled users keep their assigned variant. The snapshot cohort
is soft-deleted. The serialized status returns to 'running'.
Returns 400 if the experiment is not running or its exposure is not frozen.
- id path required
- A unique integer value identifying this experiment.
- integer
- project_id path required
- Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/.
- string
Try it
Authentication
Configure credentials for PostHog API
Code snippet
Updates live as you fill in the form above.
TypeScript
import posthog from '@utdk/posthog';
await posthog.experimentsUnfreezeExposureCreate()