---
title: How to rotate the secrets of your Neon integration
description: This will guide you how to update the password for a Neon project.
url: /kb/guide/how-to-reset-a-secret-for-a-neon-integration
canonical_url: "https://vercel.com/kb/guide/how-to-reset-a-secret-for-a-neon-integration"
published: 2025-12-07
last_updated: 2026-07-16
authors: Marc Brakken
related: []
install_vercel_plugin: npx plugins add vercel/vercel-plugin
---
<!-- docsgraph:related -->
## Related pages

> **For AI agents:** Follow these links to understand how this page connects to the rest of the Vercel ecosystem. For the full cross-link map (inbound, outbound, prerequisites, and semantic neighbors), see the .graph.md link below.

- [Rotating environment variables](https://vercel.com/docs/environment-variables/rotating-secrets?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Safely rotate API keys, tokens, and other secrets in your Vercel environment variables.
- [How to rotate the secrets of your Redis integration](https://vercel.com/kb/guide/how-to-reset-the-secret-for-your-redis-integration?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — This will guide you how to update the password for a Redis databse.
- [Implementing secrets rotation](https://vercel.com/docs/integrations/create-integration/secrets-rotation?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Learn how to implement secrets rotation in your integration to allow users to rotate credentials securely.
- [How to rotate the secrets of your MongoDB Atlas integration](https://vercel.com/kb/guide/how-to-reset-the-secret-for-your-mongodb-atlas-integration?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — This will guide you how to update the password for a MongoDB Atlas databse.
- [How to rotate the secrets of your Supabase integration](https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-supabase-integration?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Rotate Supabase API keys, JWT secrets, and database passwords.
- [How to rotate the secrets of your Upstash integration](https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-upstash-integration?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Rotate Upstash API keys, JWT secrets, and database passwords.
- [How to rotate the secrets of your Hypertune integration](https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-hypertune-integration?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Rotate Hypertune API keys with zero-downtime.
- [Rotate Installation Credential](https://vercel.com/docs/rest-api/marketplace/rotate-installation-credential?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — POST /v1/installations/{integrationConfigurationId}/credentials/rotate — Issues a replacement access token for an instal
- [Update Resource Secrets](https://vercel.com/docs/rest-api/marketplace/update-resource-secrets?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — PUT /v1/installations/{integrationConfigurationId}/resources/{resourceId}/secrets — This endpoint updates the secrets of
- [Password Protection](https://vercel.com/docs/deployment-protection/methods-to-protect-deployments/password-protection?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related) — Require visitors to enter a password before they can view your deployments.
- [Legacy environment variable secrets are being sunset](https://vercel.com/changelog/legacy-environment-variable-secrets-are-being-sunset?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related)
- [Reminder of legacy environment variable secrets sunset](https://vercel.com/changelog/legacy-environment-variable-secrets-sunset-reminder?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=related)

Full cross-link map for this page: [/kb/guide/how-to-reset-a-secret-for-a-neon-integration.graph.md](/kb/guide/how-to-reset-a-secret-for-a-neon-integration.graph.md?from=related&source_path=%2Fkb%2Fguide%2Fhow-to-reset-a-secret-for-a-neon-integration&source_site=vercel-kb&relationship=graph)
<!-- /docsgraph:related -->


> When you reset the Neon database secret, the current one will immediately stop working. All projects that rely on the secret will be unable to connect to the database until they are re-deployed.

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 Neon project.

## Prerequisites

- You have a Neon database through a Native integration from Vercel Marketplace.
  
- You have access to manage your account's resources, including your Neon integration.
  

### Step 1: Go to Neon from your integration

- From your Vercel dashboard, go to the **Integrations** tab.
  
- Next to the integration, select the **Manage** button. Native integrations appear with a `billable` badge.
  
- On the Integrations page, select the **Open in Neon** button.
  

From Neon's dashboard, select the project you want to update

### Step 2: On that project's dashboard, select the Connect button

### Step 3: In the connection modal, select the Reset password link

### Step 4: Select the Reset button to confirm the change

### Step 5: Deploy your projects on Vercel

- Go back to your Neon integration on Vercel and confirm the new API secret is present
  
- Deploy any connected projects in Vercel