This command deletes the specified VNF package from the Multi-Tenant LoadMaster.

Example Command

curl -k "https://<Username>:<Password>@<MTIPAddress>/mtaccess/deletevnf?templateid=<VNFTemplateID>"

Available Parameters

Parameter

Parameter Type

Parameter Description

Mandatory

templateid

String

The ID of the VNF package. To retrieve the ID of a currently installed VNF package, run the listinstalledvnf command. Refer to the List the Installed VNF Packages section for further information.

Yes

Example Output

<?xml version="1.0" encoding="ISO-8859-1"?>
<Response stat="200" code="OK">
</Response>