meta_ads_ads_enable
Resume a paused Meta ad by setting its status to ACTIVE. Requires the parent ad set and campaign to be active. Returns the ad ID and new status. Reversible.
Instructions
Resumes a paused ad by setting its status to ACTIVE. The parent ad set and campaign must also be ACTIVE for the ad to actually serve. Returns the ad_id and new status. Reversible via rollback_apply or meta_ads_ads_pause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| ad_id | Yes | Ad ID to activate. |