---
title: "PATCH /v1/vip-servers/{id}/subscription"
method: PATCH
path: "/v1/vip-servers/{id}/subscription"
tags: ["Private servers"]
---

# PATCH /v1/vip-servers/{id}/subscription

`PATCH /v1/vip-servers/{id}/subscription`

## Path parameters

- `id` integer, required

## Request body

- PrivateServerUpdateSubscriptionRequest
  - `active` boolean, nullable
  - `price` integer, nullable

## Response `200`

Success

- PrivateServerSubscriptionResponse
  - `active` boolean
  - `expired` boolean
  - `expirationDate` string, date-time
  - `price` integer, nullable
  - `canRenew` boolean
  - `hasInsufficientFunds` boolean
  - `hasRecurringProfile` boolean
  - `hasPriceChanged` boolean
  - `purchaseScheduleId` integer, nullable
  - `totalDiscountAmountInRobux` integer, nullable
  - `metadata` PrivateServerSubscriptionMetadata
    - `privateServerSubscriptionTags` PrivateServerSubscriptionTag[], nullable

## Changes

- **2026-08-25** `15343b76e5a1` — 1 info
  - api tag `Universes` removed
- **2026-08-19** `1d2042bb1a48` — 1 warning
  - added the new `RobloxSubscriptionActiveBenefit` enum value to the `metadata/allOf[#/components/schemas/PrivateServerSubscriptionMetadata]/privateServerSubscriptionTags/items/` response property for the response status `200`

[Change history](https://skmtc.dev/roblox/apis/roblox-api/changes/v1/vip-servers/:id/subscription/patch.md)

---

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