Update Ad Set
meta_update_adsetUpdate an existing ad set's name, status, budget, end time, or placements. Modify only specified fields without affecting others.
Instructions
Updates an existing ad set. Only provided fields are changed.
Args:
adset_id (string): Ad set ID to update
name (string, optional): New name
status (string, optional): ACTIVE, PAUSED, or ARCHIVED
daily_budget (number, optional): New daily budget in cents
end_time (string, optional): New end time ISO 8601
placement_soft_opt_out (string[], optional): Placements to soft opt-out (up to 5% spend may still go to these). Only for Sales/Leads objectives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adset_id | Yes | ||
| name | No | ||
| status | No | ||
| daily_budget | No | ||
| end_time | No | ||
| placement_soft_opt_out | No | Placements to soft opt-out (up to 5% spend may still go to these for better performance). Only for Sales/Leads objectives. | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |