---
title: How to rotate the secrets of your Upstash integration
description: Rotate Upstash API keys, JWT secrets, and database passwords.
url: /kb/guide/how-to-reset-the-secrets-of-your-upstash-integration
canonical_url: "https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-upstash-integration"
last_updated: 2026-07-16
authors: TMO
related: []
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---

Secret rotation is a security best practice that limits the exposure window if a credential is compromised. You might rotate secrets when:

- A team member with access to credentials leaves
  
- You suspect a credential has been exposed
  
- Your security policy requires periodic rotation
  

These steps will guide you on updating the password for your Upstash database.

### Prerequisites

\- You have a Upstash database through a Native integration from Vercel Marketplace.

\- You have access to manage your account's resources, including your Upstash integration.

### Steps

#### Go to Upstash from your integration

1\. From your Vercel dashboard, go to the Integrations tab.

2\. Next to the integration, select the Manage button. Native integrations appear with a billable badge.

3\. Find and select the database that has secrets you want to rotate.

4\. Select the Open in Upstash button.

#### Rotate Upstash token

1\. Scroll down the page to find **Find Reset Credentials** and select **Reset…**

2\. Type your database name and select **Reset Password**

### Redeploy in Vercel

1\. From your Vercel [dashboard](https://vercel.com/dashboard), select your project

2\. Go to the **Deployments** tab

3\. Find your latest production deployment

4\. Select the three dots and select **Redeploy**