Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

If using Bearer auth, pass the Secret Key as the token:

Path Parameters

id
string
required

The id of the requested resource

Body

application/json
startAt
string<date-time>

ISO datetime when the experiment should start; must be in the future. Omit to clear a scheduled start. Staging still happens via POST /experiments/{id}/start.

stopAt
string<date-time>

Absolute ISO datetime to stop the experiment.

stopAfter
object

Deferred relative end, resolved to a concrete stop at the experiment's actual start (or now, if already running).

scheduledStopPlan
object

End-of-experiment automation. Required whenever a stopAt or stopAfter is set (any mode, including notify).

Response

Resource updated

experiment
object
required
warnings
string[]