Skip to content

Reset Landing Zone

controltower_reset_landing_zone R Documentation

This API call resets a landing zone

Description

This API call resets a landing zone. It starts an asynchronous operation that resets the landing zone to the parameters specified in the original configuration, which you specified in the manifest file. Nothing in the manifest file's original landing zone configuration is changed during the reset process, by default. This API is not the same as a rollback of a landing zone version, which is not a supported operation.

Usage

controltower_reset_landing_zone(landingZoneIdentifier)

Arguments

landingZoneIdentifier

[required] The unique identifier of the landing zone.

Value

A list with the following syntax:

list(
  operationIdentifier = "string"
)

Request syntax

svc$reset_landing_zone(
  landingZoneIdentifier = "string"
)