---
title: "Toggle V2 subscription auto-renewal"
method: POST
path: "/admin/users/{id}/v2/subscription/autorenew"
tags: ["Admin Users"]
---

# Toggle V2 subscription auto-renewal

`POST /admin/users/{id}/v2/subscription/autorenew`

Enable or disable auto-renewal (cancelAtPeriodEnd) on the active V2 subscription.

## Path parameters

- `id` string, required

## Request body

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

## Response `200`

V2 auto-renewal updated

---

[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)
