Skip to content

Complete a running experiment without selecting a winning variant. This transitions a running experiment to completed and sets the ended_at timestamp. You can’t undo this action. To complete the experiment and pick a winning variant in the same request, use the complete an experiment with a winning variant endpoint instead.

PUT
https://mapi.storyblok.com/v1/spaces/:space_id/experiments/:experiment_id/complete
  • :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/complete" \
-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.