Transitions an A/B test to a new status. Valid transitions:
draft -> running, running -> paused, paused -> running,
running -> completed, paused -> completed.
Requires ab_testing:manage permission.
Bearer token using an API key (format: nl_live_* or nl_test_*).
A/B test ID (MongoDB ObjectId)
"665a1b2c3d4e5f6a7b8c9d0e"
Request body for updating an A/B test's status.
Target status for the A/B test
running, paused, completed A/B test status updated
An A/B test comparing multiple agent configurations.
Unique A/B test identifier
Account that owns this A/B test
A/B test display name
Current test lifecycle status
draft, running, paused, completed Agent configuration variants being compared
2Optional description of the test hypothesis