Standalone

Create Standalone

post

Creates an Azure Virtual Desktop Host from a Standalone Azure Virtual Desktop Host Pool.

Query parameters
siteIdinteger · int32Optional

Site ID for which to create the Azure Virtual Desktop Host (optional)

Body
hostPoolIdinteger · int32Required

Host Pool Id of the AVD Host.

azureIdstring | nullableRequired

The Azure Host ID of the AVD Host. Found as Resource ID in Azure.

Responses
post
/api/Provider/VM/AVDHost/Standalone

No content

Remove Standalone

delete

Removes an Azure Virtual Desktop Host from a Standalone Azure Virtual Desktop Host Pool.

Query parameters
siteIdinteger · int32Optional

Site ID for which to remove the Azure Virtual Desktop Host (optional)

Body
hostPoolIdinteger · int32Required

Host Pool Id.

azureIdstring | nullableRequired

The Azure Host ID.

Responses
delete
/api/Provider/VM/AVDHost/Standalone

No content

Was this helpful?