---
title: "Update subscription settings"
method: PUT
path: "/static/subscriptions/{id}"
tags: ["Static Proxies"]
---

# Update subscription settings

`PUT /static/subscriptions/{id}`

Update auto-renewal and other settings for a static subscription.

## Path parameters

- `id` integer, required

## Request body

- object
  - `auto_renew` boolean

## Response `200`

OK

- StaticSubscription
  - `id` integer
  - `network` string
  - `location` string
  - `quantity` integer
  - `expires_at` integer
  - `auto_renew` boolean
  - `status` string

---

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