meta_ads_ad_sets_pause
Pause a single Meta ad set to stop all its ads from serving instantly. Reversible and scoped to the specified ad set, leaving siblings untouched.
Instructions
Pauses a single ad set by setting its status to PAUSED. Ads under this ad set stop serving while it is PAUSED, even if their own status is ACTIVE. Lightweight, reversible via rollback_apply or meta_ads_ad_sets_enable. Returns the ad_set_id and new status. Does not affect sibling ad sets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ad_set_id | Yes | Ad set ID to pause. | |
| account_id | No | Meta Ads account ID in the format 'act_XXXXXXXXXX' (e.g. 'act_1234567890'). Optional — falls back to META_ADS_ACCOUNT_ID from the configured credentials. The leading 'act_' prefix is required. |