---
title: How to rotate the secrets of your Hypertune integration
description: Rotate Hypertune API keys with zero-downtime.
url: /kb/guide/how-to-reset-the-secrets-of-your-hypertune-integration
canonical_url: "https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-hypertune-integration"
published: 2025-12-10
last_updated: 2026-07-16
authors: Zachary Balda
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) — Safely rotate API keys, tokens, and other secrets in your Vercel environment variables.
- [Secrets Rotation](https://vercel.com/docs/integrations/create-integration/secrets-rotation?from=related) — Learn how to implement secrets rotation in your integration to allow users to rotate credentials securely.
- [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) — Rotate Upstash API keys, JWT secrets, and database passwords.
- [Rotate Installation Credential](https://vercel.com/docs/rest-api/marketplace/rotate-installation-credential?from=related)
- [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) — Rotate Supabase API keys, JWT secrets, and database passwords.
- [Key rotation](https://vercel.com/docs/kms/concepts/key-rotation?from=related) — How Vercel KMS stages a pending signing key, schedules its activation, and retires the previous key so already-issued to
- [How to rotate the secrets of your Clerk integration](https://vercel.com/kb/guide/how-to-reset-the-secrets-of-your-clerk-integration?from=related) — Rotate Clerk API keys
- [How to rotate the secrets of your Neon integration](https://vercel.com/kb/guide/how-to-reset-a-secret-for-a-neon-integration?from=related) — This will guide you how to update the password for a Neon project.
- [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) — This will guide you how to update the password for a Redis databse.
- [Update Resource Secrets](https://vercel.com/docs/rest-api/marketplace/update-resource-secrets?from=related)

Full cross-link map for this page: [/kb/guide/how-to-reset-the-secrets-of-your-hypertune-integration.graph.md](/kb/guide/how-to-reset-the-secrets-of-your-hypertune-integration.graph.md)
<!-- /docsgraph:related -->


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 API key for your [Hypertune integration](https://vercel.com/marketplace/hypertune).

### Prerequisites

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

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

### Steps

#### Go to Hypertune from your integration

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

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

3\. Find and select the Installed Product that has the API key you want to rotate. Take note of the name of this Installed Product.

4\. Select the Open in Hypertune button.

#### Rotate Hypertune API key

1\. Select the **Hypertune Project** that matches the name of your **Vercel Installed Product**

2\. Go to the **Settings** page of this Project and click **New token**

3\. Provide a **Token name** and click **Create token**

### 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**

#### Delete Old Hypertune API key

1\. Navigate back to the **Project** **\>** **Settings** page in Hypertune

2\. Select the three dots next to the previous token and click the Delete buttons to delete the old API key once it is no longer in use