VMware Cloud Director API - POST-RemoveVmsFromNamedVmGroup
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
application/vnd.vmware.vcloud.vms+json
- 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
application/vnd.vmware.vcloud.task+json
- Output type:
- TaskType
- Examples
-