Skip to content

Delete Hypervisor

backupgateway_delete_hypervisor R Documentation

Deletes a hypervisor

Description

Deletes a hypervisor.

Usage

backupgateway_delete_hypervisor(HypervisorArn)

Arguments

HypervisorArn

[required] The Amazon Resource Name (ARN) of the hypervisor to delete.

Value

A list with the following syntax:

list(
  HypervisorArn = "string"
)

Request syntax

svc$delete_hypervisor(
  HypervisorArn = "string"
)