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 |
Implementation Reference
- types.d.ts:2021-2029 (schema)Schema definition for the 'VPS_uninstallMonarxV1' tool, specifying the input parameter 'virtualMachineId' (number) required to uninstall Monarx on a VPS, and noting the response type.
"VPS_uninstallMonarxV1": { params: { /** * Virtual Machine ID */ virtualMachineId: number; }; response: any; // Response structure will depend on the API };