rebuildWorkspaces
inline suspend fun WorkSpacesClient.rebuildWorkspaces(crossinline block: RebuildWorkspacesRequest.Builder.() -> Unit): RebuildWorkspacesResponse
Rebuilds the specified WorkSpace.
You cannot rebuild a WorkSpace unless its state is AVAILABLE
, ERROR
, UNHEALTHY
, STOPPED
, or REBOOTING
.
Rebuilding a WorkSpace is a potentially destructive action that can result in the loss of data. For more information, see Rebuild a WorkSpace.
This operation is asynchronous and returns before the WorkSpaces have been completely rebuilt.