google_ads_campaigns_update_status
Set a Google Ads campaign delivery status to enabled, paused, or removed. Lightweight action that updates only the status field for pause/resume or soft delete (reversible within 30 days).
Instructions
Sets the delivery status of a single campaign to ENABLED, PAUSED, or REMOVED. Lightweight — writes only the status field. Returns the campaign ID and new status. Reversible via rollback_apply for ENABLED ↔ PAUSED; REMOVED is a soft delete that can be reversed by setting status back to PAUSED within 30 days. Use this for pause/resume; use google_ads_campaigns_update to change name, bidding, or other settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_id | No | Google Ads customer ID as a 10-digit string without dashes (e.g. '1234567890'). Optional — falls back to GOOGLE_ADS_CUSTOMER_ID / GOOGLE_ADS_LOGIN_CUSTOMER_ID from the configured credentials when omitted. | |
| campaign_id | Yes | Campaign ID. | |
| status | Yes | Target status. REMOVED is a soft delete — the campaign stops serving and is excluded from most default listings but remains queryable by ID. |