Skip to main content

Remove AVS hosts on a volume

DELETE /azure/ha/volumes/{workingEnvironmentId}/storage-vms/{svmName}/volumes/{volumeName}/remove-avs

Removes Azure VMware Solution hosts on a volume.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

svmName

string

path

True

volumeName

string

path

True

Request Body

Name Type Required Description

privateCloudName

string

True

Azure VMware Solution (AVS) private cloud name

clusterName

string

True

Private cloud cluster name

resourceGroup

string

True

Private cloud resourceGroup name

dataStoreName

string

True

Private cloud DataStore name

Example request
{
  "privateCloudName": "string",
  "clusterName": "string",
  "resourceGroup": "string",
  "dataStoreName": "string"
}

Error

Status: Default, Default response