# Disable Production Pack

> Disables the production pack for a QStash instance.

## Endpoint

`POST https://api.upstash.com/v2/qstash/disable-prodpack/{id}`

## Parameters

- `id` (path, string, required): QStash user ID

## Responses

### 200 - Production pack disabled successfully


## cURL

```bash
curl --request POST \
  --url https://api.upstash.com/v2/qstash/disable-prodpack/{id} \
  --header 'Authorization: Bearer <token>'
```
