Skip to content

Remove Region

directoryservice_remove_region R Documentation

Stops all replication and removes the domain controllers from the specified Region

Description

Stops all replication and removes the domain controllers from the specified Region. You cannot remove the primary Region with this operation. Instead, use the delete_directory API.

Usage

directoryservice_remove_region(DirectoryId)

Arguments

DirectoryId

[required] The identifier of the directory for which you want to remove Region replication.

Value

An empty list.

Request syntax

svc$remove_region(
  DirectoryId = "string"
)