runai workspace suspend
suspend workspace
runai workspace suspend [WORKLOAD_NAME] [flags]Examples
# Suspend a workspace workload
runai workspace suspend <workspace-name>
# Suspend a workspace workload in a specific project
runai workspace suspend <workspace-name> -p <project_name>
# Suspend a workspace workload by UUID
runai workspace suspend --uuid=<workspace_uuid>Options
-h, --help help for suspend
-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