Update a VWO workspace
vwo_update_workspaceUpdate a VWO workspace's name, timezone, company details, or enabled state. Only changed fields are applied; disabling stops campaigns.
Instructions
Update a VWO workspace's name, timezone, company details, or enabled state. Only the fields you pass are changed. Disabling a workspace stops its campaigns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New workspace name. | |
| company | No | Company metadata for the workspace. | |
| enabled | No | Whether the workspace is enabled. | |
| timezone | No | Timezone string, e.g. "Asia/Kolkata". | |
| 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. |