Function: vCenter VAPI Metamodel Remove

by Simon Sparks · 11 February 2026

To use this function add it to the class library file named vCenterVAPIBaseService.ts

GitHub Repository: https://github.com/SimonSparksUK/Orchestrator

Filename: vCenterVAPIService.ts

Description: Orchestrator Function to Remove a vCenter VAPI Metamodel

Function VAPIMetamodelRemove

public VAPIMetamodelRemove(objVAPIEndpoint: VAPIEndpoint): boolean {

    try {
        VAPIManager.removeMetamodel(objVAPIEndpoint.endpointUrl);

        return true;
    }
    catch (objException) {
        return false;
    }
}

Discover more from Cloud Build Tools

Subscribe to get the latest posts sent to your email.

You may also like