---
title: "Toggle FunnelFox subscription auto-renewal"
method: POST
path: "/admin/mcp/support/users/{id}/autorenew"
tags: ["Admin MCP — Support"]
deprecated: true
---

# Toggle FunnelFox subscription auto-renewal

`POST /admin/mcp/support/users/{id}/autorenew`

> **Deprecated.**

FunnelFox-only by construction. For anything provider-agnostic use POST /admin/mcp/billing/users/:userId/autorenew, which dispatches on the user's actual provider. Kept because the support dashboard still drives FunnelFox subscriptions through this route.

## Path parameters

- `id` string, required

## Headers

- `x-mcp-api-key` string, required

## Request body

- ToggleFunnelFoxAutorenewDtoClass
  - `enable` boolean, required — Enable or disable auto-renewal (true = enable, false = disable)

## Response `201`

---

[API](https://skmtc.dev/miaai/apis/backend-template-api.md) · [All operations](https://skmtc.dev/miaai/apis/backend-template-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/miaai/backend-template-api/revisions/2a8d88a5124f/schema)
