> ## Documentation Index
> Fetch the complete documentation index at: https://docs.invoca.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How Can I Activate a Campaign via the Network API?

> Use the `go_live` endpoint to promote a campaign's future terms to current terms and make it live.

**Applies to:** Network API

Advertiser Campaigns can be managed through the Network API, including creating, updating, and viewing them. A campaign's state can also be controlled through the API.

When a campaign is created via the API, its "future terms" are set, but its state isn't yet live. Hitting the `go_live` endpoint promotes those future terms to "current terms" and makes the campaign live. Archived campaigns must be unarchived first.

The request URL takes this format:

```text theme={null}
https://invoca.net/api/2019-05-01/<network_id>/advertisers/<advertiser_id_from_network>/advertiser_campaigns/<advertiser_campaign_id_from_network>/go_live.json
```

## Where to go next

* [Pausing, Unpausing, and Archiving a Campaign](/s/article/pausing-unpausing-archiving-campaign)
* [Creating a Campaign](/s/article/creating-a-campaign)
