---
title: "End an active A/B test"
method: POST
path: "/cms/v3/pages/landing-pages/ab-test/end"
tags: ["A/B tests"]
---

# End an active A/B test

`POST /cms/v3/pages/landing-pages/ab-test/end`

End an active A/B test and designate a winner.

## Request body

- AbTestEndRequestVNext — Request body object for ending A/B tests.
  - `abTestId` string, required — ID of the test to end.
  - `winnerId` string, required — ID of the object to designate as the test winner.

## Response `204`

No content

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/cms-pages.md) · [All operations](https://skmtc.net/hubspot/apis/cms-pages/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/cms-pages/revisions/e29417a944b4/schema)
