From dbb6d9dabffc863f5ef4615df9ffc6aad64bc146 Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Tue, 21 Apr 2026 08:42:55 -0700 Subject: [PATCH] Document required team-id argument for SmallstepAgent reset Co-Authored-By: Claude Opus 4.7 (1M context) --- platform/smallstep-agent.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/platform/smallstep-agent.mdx b/platform/smallstep-agent.mdx index a759882f..058ca628 100644 --- a/platform/smallstep-agent.mdx +++ b/platform/smallstep-agent.mdx @@ -367,10 +367,12 @@ To uninstall the Smallstep Agent from a macOS system: ```bash /Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent svc uninstall - /Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent reset + /Applications/SmallstepAgent.app/Contents/MacOS/SmallstepAgent reset rm /Library/LaunchAgents/com.smallstep.launchd.Agent.plist ``` + Replace `` with your Team ID from the Smallstep UI (found in [Settings → Team](https://smallstep.com/app/?next=/settings/team)). + 3. Remove the application directory: ```bash