# Application Load Balancer API, REST: VirtualHost

A set of methods for managing virtual hosts of HTTP routers.

## Methods

#|
||Method | Description ||
|| [Get](get.md) | Returns the specified virtual host. ||
|| [List](list.md) | Lists virtual hosts of the specified HTTP router. ||
|| [Create](create.md) | Creates a virtual host in the specified HTTP router. ||
|| [Update](update.md) | Updates the specified virtual host of the specified HTTP router. ||
|| [Delete](delete.md) | Deletes the specified virtual host. ||
|| [RemoveRoute](removeRoute.md) | Deletes the specified route from the specified virtual host. ||
|| [UpdateRoute](updateRoute.md) | Updates the specified route of the specified virtual host. ||
|#