HEX
Server: Apache
System: Linux ubuntu-s-2vcpu-4gb-amd-sfo3-01-KIT-DIGITAL 6.5.0-44-generic #44-Ubuntu SMP PREEMPT_DYNAMIC Fri Jun 7 15:10:09 UTC 2024 x86_64
User: www-data (33)
PHP: 8.2.10-2ubuntu2.2
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/examples/workspaces/start-workspaces.rst
**To start an AutoStop WorkSpace**

The following ``start-workspaces`` example starts the specified WorkSpace. The WorkSpace must have a running mode of ``AutoStop``. ::

    aws workspaces start-workspaces \
        --start-workspace-requests WorkspaceId=ws-dk1xzr417

Output::

    {
        "FailedRequests": []
    }

For more information, see `Stop and start an AutoStop WorkSpace <https://docs.aws.amazon.com/workspaces/latest/adminguide/running-mode.html#stop-start-workspace>`__ in the *Amazon WorkSpaces Administration Guide*.