---
title: "Resubscribe after cancellation"
method: POST
path: "/api/billing/subscription/resubscribe"
tags: ["billing"]
---

# Resubscribe after cancellation

`POST /api/billing/subscription/resubscribe`

[cloud-only] Reactivates a subscription that was previously cancelled but has not yet expired.

## Response `200`

Subscription reactivated

- ResubscribeResponse — [cloud-only] Response after successfully resubscribing to a billing plan.
  - `billing_op_id` string, required — Billing operation ID to poll for status via GET /api/billing/ops/{id}
  - `status` 'active', required — The subscription status after resubscribing
  - `message` string — Human-readable confirmation message

## Other responses

- `400` — Invalid request (e.g., no active subscription, not in cancellation grace period)
- `401` — Unauthorized
- `500` — Internal server error

## Changes

- **2026-05-22** `c4db9e1283df` — 2 breaking, 4 warning, 5 info
  - removed the required property `id` from the response with the `200` status
  - removed the required property `plan_id` from the response with the `200` status
  - removed the optional property `cancel_at_period_end` from the response with the `200` status
  - removed the optional property `current_period_end` from the response with the `200` status
  - …7 more
- **2026-05-22** `09a5075587c8` — 2 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `500`
- **2026-05-08** `c9640fded659` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/comfy-org/apis/comfyui-api/changes/api/billing/subscription/resubscribe/post.md)

---

[API](https://skmtc.dev/comfy-org/apis/comfyui-api.md) · [All operations](https://skmtc.dev/comfy-org/apis/comfyui-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/comfy-org/comfyui-api/revisions/c4db9e1283df/schema)
