---
title: How to manage a version of a secret
description: Explore effective methods for managing versions of secrets with Scaleway's Secret Manager. Learn how to disable and enable versions, copy their values, and ensure secure management of your secret versions effortlessly.
tags: sensitive-data secure credentials
dates:
  validation: 2025-09-22
  posted: 2023-02-21
---
import Requirements from '@macros/iam/requirements.mdx'


This page explains how to manage a secret [version](/secret-manager/concepts/#version) using the [Scaleway console](https://console.scaleway.com).

<Requirements />

- A Scaleway account logged into the [console](https://console.scaleway.com)
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
- [Generated an API key](/iam/how-to/create-api-keys/) and enabled the `SecretManagerFullAccess` [permission set](/iam/reference-content/permission-sets/)
- Created a [secret](/secret-manager/how-to/create-secret/) and one or more [versions](/secret-manager/how-to/create-version/) for it


1. Click **Secret Manager** in the **Security & Identity** section of the [Scaleway console](https://console.scaleway.com/) side menu.
2. Select the [region](/secret-manager/concepts/#region), in the **Region** drop-down.
3. Access the relevant secret. Your secret's **Overview** tab displays.
4. Click the **Versions** tab. The versions of your secret display.
5. Click <Icon name="more" /> next to the version you want to manage.
6. Click **Disable** to [disable](/secret-manager/concepts/#disabling-a-version) one specific version of your secret.
7. Click <Icon name="more" /> next to the version you have disabled, then click **Enable** to [enable](/secret-manager/concepts/#enabling-a-version) it.
    <Message type="important">
     Keep in mind that updating a secret's [ephemeral policy](/secret-manager/concepts/#ephemeral-policy) impacts the secret's disabled versions when you enable them again.
     If you have created a version with the previous ephemeral policy's settings, disabled the version, and updated the ephemeral policy, the version will inherit its settings from those of the current policy when you enable it again.
    </Message>
8. Click **Copy version's value** to copy the value of your version.
9. Click <Icon name="seeMore" /> to see the value of your version.

<Message type="important">
 Make sure that the version does not have the **Single access** [ephemeral property](/secret-manager/concepts/#ephemerality-properties).
</Message>


