Skip to content

Pause an experiment. This transitions a running experiment to paused. You can resume a paused experiment by calling the activate endpoint.

PUT
https://mapi.storyblok.com/v1/spaces/:space_id/experiments/:experiment_id/pause
  • :space_id required number

    Numeric ID of a space.

  • :experiment_id required number

    Numeric ID of the experiment.

curl "https://mapi.storyblok.com/v1/spaces/288868932106293/experiments/176070002766742/pause" \
-X PUT \
-H "Authorization: YOUR_OAUTH_TOKEN" \
-H "Content-Type: application/json" \
-d "{}"

Was this page helpful?

What went wrong?

This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.