Skip to content
Merged
Show file tree
Hide file tree
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
49 changes: 49 additions & 0 deletions docs/vsa/procedures/uninstall-rocket-cyber-agent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
id: '71eaf31e-adb1-4fd7-84b2-31ecf4873ac5'
slug: /71eaf31e-adb1-4fd7-84b2-31ecf4873ac5
title: 'Uninstall - RocketCyber Agent'
title_meta: 'Uninstall - RocketCyber Agent'
keywords: ['rocket', 'cyber', 'agent']
description: 'Uninstalls the RocketCyber Agent from Windows endpoints by stopping and removing associated services, registry entries, and installation files.'
tags: ['antivirus', 'application', 'uninstallation', 'windows']
draft: false
unlisted: false
last_update:
date: 2026-06-12
---

## Summary

This script performs a complete removal of the RocketCyber Agent from Windows systems. It stops all RocketAgent-related services and processes, removes associated uninstall registry entries, and deletes RocketAgent files, folders, and residual components from the device.

The script is vendor-provided and is intended to ensure a clean uninstallation of the RocketCyber Agent before reinstallation, troubleshooting, or device decommissioning activities.

### References

- **RocketCyber Documentation:** `https://help.rocketcyber.kaseya.com/help/Content/deployment/how-to-uninstall-rocketcyber-agent.html`

- **Vendor-Provided PowerShell Script:** `https://help.rocketcyber.kaseya.com/help/Content/Resources/Documents/rocketagent_uninstall.ps1`

## Sample Run

![Image1](../../../static/img/docs/71eaf31e-adb1-4fd7-84b2-31ecf4873ac5/sample-run.webp)

## Implementation

1. Export the agent procedure from ProVal's VSA RMM instance.
**Name:** `Uninstall - RocketCyber Agent`

The export will download the necessary XML file.

2. Import this XML file into the partner's VSA RMM instance.

## Output

- Script Logs

## Changelog

### 2026-06-11

- Initial version of the document

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading