Stop Workspaces Pool
workspaces_stop_workspaces_pool | R Documentation |
Stops the specified pool¶
Description¶
Stops the specified pool.
You cannot stop a WorkSpace pool unless it has a running mode of
AutoStop
and a state of AVAILABLE
, IMPAIRED
, UNHEALTHY
, or
ERROR
.
Usage¶
workspaces_stop_workspaces_pool(PoolId)
Arguments¶
PoolId |
[required] The identifier of the pool. |
Value¶
An empty list.
Request syntax¶
svc$stop_workspaces_pool(
PoolId = "string"
)