Billing & Auto Topup
Disable Auto Topup
Turn off auto topup for the environment
POST
Disable Auto Topup
Disable auto topup. Both threshold-based and scheduled recharges stop firing. Configuration (threshold, recharge amount, payment method) is preserved — re-enable later via Update Auto Topup Settings.Endpoint
Request headers
Bearer token. Format:
Bearer talq_your_environment_token_hereExamples
Response
Notes
- Equivalent to calling
PUT /v1/auto-topup/settingswith{"is_enabled": false}. - In-flight recharges (already queued) may still complete — disable does not roll back pending charges.