Skip to content

Restore Workspace

workspaces_restore_workspace R Documentation

Restores the specified WorkSpace to its last known healthy state

Description

Restores the specified WorkSpace to its last known healthy state.

You cannot restore a WorkSpace unless its state is AVAILABLE, ERROR, UNHEALTHY, or STOPPED.

Restoring a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Restore a WorkSpace.

This operation is asynchronous and returns before the WorkSpace is completely restored.

Usage

workspaces_restore_workspace(WorkspaceId)

Arguments

WorkspaceId

[required] The identifier of the WorkSpace.

Value

An empty list.

Request syntax

svc$restore_workspace(
  WorkspaceId = "string"
)