Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion platform/smallstep-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <team-id>
rm /Library/LaunchAgents/com.smallstep.launchd.Agent.plist
```

Replace `<team-id>` 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
Expand Down
Loading