---
title: "Uncancel Subscription"
method: PUT
path: "/api/v2/subscriptions/{subscription_id}/uncancel"
tags: ["Subscriptions"]
---

# Uncancel Subscription

`PUT /api/v2/subscriptions/{subscription_id}/uncancel`

Withdraw a pending cancellation so the subscription continues after the current billing period.

Only **ACTIVE** subscriptions are accepted.
If the subscription is not scheduled to be cancelled, the request succeeds as a no-op.

## Path parameters

- `subscription_id` string, uuid, required — Unique identifier (UUID) of the subscription

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/streampay/apis/stream-app.md) · [All operations](https://skmtc.dev/streampay/apis/stream-app/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/streampay/stream-app/revisions/515eeea7d260/schema)
