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

# 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

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
