runai workspace resume
resume workspace
runai workspace resume [WORKLOAD_NAME] [flags]Examples
# Resume a workspace workload
runai workspace resume <workspace-name>
# Resume a workspace workload in a specific project
runai workspace resume <workspace-name> -p <project_name>
# Resume a workspace workload by UUID
runai workspace resume --uuid=<workspace_uuid>Options
-h, --help help for resume
-p, --project string Specify the project to which the command applies. By default, commands apply to the default project. To change the default project use ‘runai config project <project name>’
-u, --uuid string The UUID of the workloadOptions inherited from parent commands
SEE ALSO
runai workspace - workspace management
Last updated