Release the Emergency Brake
release_brakeRelease an engaged Emergency Brake, re-enabling exactly the campaigns it paused (and only those still paused — a campaign the user changed since is left alone). mode='raise' re-arms the brake against the budget's current amount for the rest of the month; mode='resume' means the user knowingly overrules the budget, so that level stays disarmed until next month. Re-enables live campaigns and therefore resumes real ad spend — confirm intent first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 'raise' re-arms against the current budget this month; 'resume' overrules the budget for the rest of the month. | |
| scope | No | Brake scope: 'global' (default) or 'campaign:{id}'. | |
| event_id | No | Release a specific brake event. Defaults to the engaged event for `scope`. | |
| campaign_id | No | Release the campaign-level brake for this campaign instead of the account-level one. |