# Enable Production Pack

> Enables the production pack for a QStash instance.

## Endpoint

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

## Parameters

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

## Responses

### 200 - Production pack enabled successfully


## cURL

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