# tiktok_update_campaign_status

> Pause or reactivate a TikTok campaign. A write tool that previews before it changes anything, one of 32 TikTok Ads tools on the Get MCP Ads MCP gateway.

[Documentation](https://www.getmcpads.com/docs) / [Sources](https://www.getmcpads.com/docs/sources) / [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads)

Pause or reactivate a TikTok campaign. Previews by default.

> **Warning** This tool changes the account. It is absent from the tool list on the Free plan, and it previews by default: without `confirm: true` it describes the change and applies nothing.

|  |  |
| --- | --- |
| Source | [TikTok Ads](https://www.getmcpads.com/docs/sources/tiktok-ads) |
| Kind | Write |
| Discovery | Reachable through `search_tools` and `run_tool` |
| Account parameter | `advertiserId` |
| Endpoint | https://mcp.getmcpads.com/tiktok-ads/mcp |

## Parameters

| Name | Type | Required | Notes |
| --- | --- | --- | --- |
| `advertiserId` | string | Required | TikTok advertiser ID. |
| `campaignId` | string | Required | Campaign ID. |
| `status` | string | Required | ENABLE reactivates, DISABLE pauses. One of: `ENABLE`, `DISABLE`. |
| `confirm` | boolean | Optional | Set to true to actually apply the change. Without it, the tool only previews. |

## Calling it

Through run_tool, since it is not announced

```json
{
  "name": "run_tool",
  "arguments": {
    "name": "tiktok_update_campaign_status",
    "args": {
      "advertiserId": "<string>",
      "campaignId": "<string>",
      "status": "ENABLE"
    }
  }
}
```

- [TikTok Ads metrics](https://www.getmcpads.com/docs/sources/tiktok-ads/metrics): What you can ask for.
- [TikTok Ads dimensions](https://www.getmcpads.com/docs/sources/tiktok-ads/dimensions): How you can break it down.

---

This page as HTML: https://www.getmcpads.com/docs/sources/tiktok-ads/tools/tiktok_update_campaign_status
Every page under /docs is available as Markdown: append `.md`, or send `Accept: text/markdown`.
