Pause subscription (WRITE — changes billing)
recurly_pause_subscriptionPause a subscription for a number of upcoming billing cycles. Set remaining_pause_cycles to 0 to resume/cancel an existing pause. This changes billing state. Recurly: PUT /subscriptions/{subscription_id}/pause.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| subscription_id | Yes | Subscription id (no prefix) or "uuid-<uuid>". | |
| remaining_pause_cycles | Yes | Number of billing cycles to pause. 0 resumes/cancels a scheduled pause. |