Skip to content

mvaictl workspace resume

Resume a workspace

Synopsis

Resumes the underlying workload associated with the workspace

If the workspace has checkpoint enabled (via label 'memverge.ai/checkpoint-mode'), the workspace will be restored from checkpoint.

mvaictl workspace resume WORKSPACE_NAME [flags]

Examples

  # Resume the workspace
  mvaictl workspace resume my-workspace

Options

      --dry-run string   Must be "none", "server", or "client". If client strategy, only print the object that would be sent, without sending it. If server strategy, submit server-side request without persisting the resource. (default "none")
  -h, --help             help for resume
      --project string   Project that this workspace belongs to (default to the project in the current context)

Options inherited from parent commands

  -c, --config string        Path to mvaictl config directory (default "~/.mvaictl")
      --warnings-as-errors   Treat warnings received from the server as errors and exit with a non-zero exit code

SEE ALSO