From 2c2cae5fc5a76aef6e52176e39aee023be4fdd69 Mon Sep 17 00:00:00 2001 From: Steven Palmesano <3100993+spalmesano0@users.noreply.github.com> Date: Fri, 24 Apr 2026 06:58:10 -0500 Subject: [PATCH] Update Recovery lock password documentation (#43503) --- articles/recovery-lock-password.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/articles/recovery-lock-password.md b/articles/recovery-lock-password.md index cda4330078..d4615c64d8 100644 --- a/articles/recovery-lock-password.md +++ b/articles/recovery-lock-password.md @@ -79,21 +79,8 @@ This action is logged as a activities visible on the host's and the global activ ### API -``` -GET /api/latest/fleet/hosts/{id}/recovery_lock_password -``` +Use the [Get host's Recovery Lock password](https://fleetdm.com/docs/rest-api/rest-api#get-hosts-recovery-lock-password) endpoint. -Response: - -```json -{ - "host_id": 42, - "recovery_lock_password": { - "password": "A3B7-C9D2-E5F8-G4H6-J2K9-L7M3", - "updated_at": "2026-03-12T10:30:00Z" - } -} -``` ## Rotate the password @@ -108,7 +95,7 @@ Then either: or: -2. Click on the **OS settings* indicator in the host summary card. +2. Click on the **OS settings** indicator in the host summary card. 3. Hover over the Recovery Lock password row 4. Click "Rotate" @@ -117,9 +104,8 @@ Requires maintainer role or higher. ### API -``` -POST /api/latest/fleet/hosts/{id}/recovery_lock_password/rotate -``` +Use the [Rotate host's Recovery Lock password API](https://fleetdm.com/docs/rest-api/rest-api#rotate-hosts-recovery-lock-password) endpoint. + ## Status tracking