POST /admin/extension/vmGroup/name/{groupName}/action/removeVms

Operation:
POST /admin/extension/vmGroup/name/{groupName}/action/removeVms
Description:
Removes virtual machines from the specified VM group.

This asynchronous call returns a task. The process of removing virtual machines from a VM group can result in the virtual machine being processed and redeployed by the placement engine. All virtual machines provided to this call will be marked busy until the remove from group process is complete.

Since:
Input parameters
one or more virtual machines to remove from the VM group

Consume media type(s):
application/vnd.vmware.vcloud.vms+xml
Input type:
VmsType
Output parameters
a task to monitor the progress of removing virtual machines from a VM group

Produce media type(s):
application/vnd.vmware.vcloud.task+xml
Output type:
TaskType
Examples