Update VWO campaign status
vwo_update_campaign_statusStart, pause, or stop VWO campaigns in bulk to control what live visitors see and manage data collection.
Instructions
Start, pause, or stop campaigns. This directly changes what live visitors see and can end data collection — always confirm the campaign and target status with the user first. Note this is a bulk endpoint: VWO takes the campaign ids in the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Status change payload, typically the campaign id(s) and the desired status (for example RUNNING, PAUSED, or STOPPED). VWO does not publish a schema for this request body; see https://developers.wingify.com/reference/update-a-campaign-1 for the accepted fields. The object is sent to VWO as-is. | |
| accountId | No | Numeric VWO workspace (account) id to operate on. Required unless the server has a default workspace configured. If the user referred to a workspace by name, either pass workspaceName instead or call vwo_list_workspaces to look up the id — never guess an id. | |
| workspaceName | No | Workspace name to resolve to an id, as an alternative to accountId. Must match exactly one visible workspace, otherwise an error lists the candidates. |