q402_recurring_pause
Pause an active recurring payment rule by its rule ID to temporarily halt payments until you resume it. Fully reversible; no need to re-author the rule.
Instructions
Pause an active recurring-payment rule. Takes a ruleId (from q402_recurring_list). The rule transitions to status "paused" - the cron skips it on every tick until you resume. Fully reversible via q402_recurring_resume. Use this when the user says 'pause my Friday payout' or 'hold on, stop my recurring rule for now' - gentler than cancel, no re-authoring required. Authenticated by the paid Multichain API key (same gate as create/cancel). Read q402_recurring_list first to find the matching ruleId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ruleId | Yes | Rule id from q402_recurring_list. Required. | |
| walletId | No | Optional. Lowercased Agent Wallet address when the user holds multiple wallets. Defaults to Q402_AGENT_WALLET_ADDRESS env, then the owner's default wallet on the server. |