---
title: "Resume a subscription scheduled to cancel"
method: POST
path: "/api/v1/billing/subscription/resume"
tags: ["billing"]
---

# Resume a subscription scheduled to cancel

`POST /api/v1/billing/subscription/resume`

Clears a scheduled cancellation (the inverse of Cancel), so the subscription renews normally at `periodEnd`. Only meaningful while `cancelAtPeriodEnd` is true. Not available during impersonation.

## Headers

- `Authorization` string, required

## Response `200`

Cancellation cleared; the subscription will renew.

- BillingResumeSubscriptionResponse200
  - `resumed` boolean

## Other responses

- `401` — Missing or invalid API key.
- `409` — No active subscription to resume.

---

[API](https://skmtc.net/getdial/apis/rest-api.md) · [All operations](https://skmtc.net/getdial/apis/rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getdial/rest-api/revisions/5f4eb30ac29a/schema)
