---
title: "Manage subscription"
method: PATCH
path: "/billing/subscription"
tags: ["Billing"]
---

# Manage subscription

`PATCH /billing/subscription`

Cancel or reactivate a Pro subscription. cancelAtPeriodEnd=true cancels at period end; false reactivates.

## Request body

- object
  - `cancelAtPeriodEnd` boolean, required — true cancels the subscription at period end; false reactivates it

## Response `200`

Subscription updated

- object
  - `data` object, required
    - `status` string, required — Current subscription status
    - `cancelAtPeriodEnd` boolean, required — Whether the subscription cancels at period end

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — No subscription found

## Changes

- **2026-08-31** `fafe355d0698` — 1 info
  - the security scope `billing:write` was added to the endpoint's security scheme `bearerAuth`
- **2026-08-29** `4d10ec4266ee` — 1 info
  - api operation id `updateSubscription` was added

[Change history](https://skmtc.dev/rendobar/apis/rendobar-api/changes/billing/subscription/patch.md)

---

[API](https://skmtc.dev/rendobar/apis/rendobar-api.md) · [All operations](https://skmtc.dev/rendobar/apis/rendobar-api/llms.txt) · [OpenAPI document](https://skmtc.dev/rendobar/apis/rendobar-api/revisions/e2df91eff7a2?raw)
