Skip to content

Start Workspaces Pool

workspaces_start_workspaces_pool R Documentation

Starts the specified pool

Description

Starts the specified pool.

You cannot start a pool unless it has a running mode of AutoStop and a state of STOPPED.

Usage

workspaces_start_workspaces_pool(PoolId)

Arguments

PoolId

[required] The identifier of the pool.

Value

An empty list.

Request syntax

svc$start_workspaces_pool(
  PoolId = "string"
)