VPS_uninstallMonarxV1
Remove the Monarx malware scanner from a specified virtual machine using this tool. If not installed, the request processes without effect. Designed for VPS instances.
Instructions
Uninstall the Monarx malware scanner on a specified virtual machine.
If Monarx is not installed, the request will still be processed without any effect.
Use this endpoint to remove malware scanner from VPS instances.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
virtualMachineId | Yes | Virtual Machine ID |
Input Schema (JSON Schema)
{
"properties": {
"virtualMachineId": {
"description": "Virtual Machine ID",
"type": "integer"
}
},
"required": [
"virtualMachineId"
],
"type": "object"
}