Skip to content

Disassociate Gateway from Server

backupgateway_disassociate_gateway_from_server R Documentation

Disassociates a backup gateway from the specified server

Description

Disassociates a backup gateway from the specified server. After the disassociation process finishes, the gateway can no longer access the virtual machines on the server.

Usage

backupgateway_disassociate_gateway_from_server(GatewayArn)

Arguments

GatewayArn

[required] The Amazon Resource Name (ARN) of the gateway to disassociate.

Value

A list with the following syntax:

list(
  GatewayArn = "string"
)

Request syntax

svc$disassociate_gateway_from_server(
  GatewayArn = "string"
)