diff --git a/mpsd-software.py b/mpsd-software.py
index 52475120e4639bf2e64d3568dedd841474b0decc..cd55d54f391b477ce81a6b4137a8d321fecdfea4 100755
--- a/mpsd-software.py
+++ b/mpsd-software.py
@@ -818,7 +818,7 @@ def install_environment(
     mpsd_release: str,
     toolchains: List[str],
     root_dir: Path,
-    force_reinstall: bool = False,
+    # force_reinstall: bool = False,
     enable_build_cache: bool = False,
 ) -> None:
     """
@@ -836,9 +836,6 @@ def install_environment(
     root_dir : pathlib.Path
         A Path object representing the path to the directory where
         the release and toolchains will be installed.
-    force_reinstall : bool, optional
-        A boolean indicating whether to force a reinstallation
-        even if the release and toolchains already exist. Defaults to False.
     enable_build_cache : bool, optional
         A boolean indicating whether to build the build cache
         when installing toolchains. Defaults to False.
@@ -1048,7 +1045,7 @@ def main():
         ("available", "Show toolchains available"),
         ("prepare", "Prepare the environment for installation on the disk"),
         ("install", "Install a software environment"),
-        ("reinstall", "Reinstall a software environment"),
+        # ("reinstall", "Reinstall a software environment"),
         ("remove", "Remove a software environment or toolchains from an environment"),
         ("start-new", "Start a new software environment version"),
         ("status", "Show the status of the software environment"),