...
When you uninstall the agent, the corresponding virtual machine (or server) will be displayed in the Armor Management Portal (AMP) in a disabled status. As an optional step, after you uninstall the agent, you can remove the disabled virtual machine (or server) from your AMP account.
Step 1: Stop the service and uninstall the Armor Anywhere Agent
Windows Users
Run the following commands using powershell
...
Code Block |
---|
C:\.armor\opt\armor stop C:\.armor\opt\armor_uninstall.ps1 |
Linux Users
Note |
---|
The agent installation file is located at: /opt/armor/ |
...
Code Block |
---|
/opt/armor/armor stop chmod +x /opt/armor/armor_uninstall.sh /opt/armor/armor_uninstall.sh |
Step 2: Remove the agent from the Armor Management Portal (AMP)
You can remove the instance through AMP or through an API call
Method 1: Remove the agent through AMP
Note |
---|
When you uninstall the agent, the corresponding virtual machine (or server) will be displayed in AMP in a disabled status. |
...
In the Armor Management Portal (AMP), in the left-side navigation, click Infrastructure.
Click Virtual Machines.
Locate the desired virtual machine and click the vertical ellipses to the right.
Click Remove.
A popup message will appear to confirm removal with the options to Keep or Remove shown.
Click REMOVE FROM LIST.
Method 2: Remove the agent through an API call
You can use the DELETE /vms/core/{coreInstanceId} API call to remove an instance.
...
Note |
---|
To learn more about the Armor API system, see Armor API Guide. |
Step 3: Verify Disconnection
After you uninstall the agent, Armor recommends that you test the connection for each previously configured firewall rule.
...