Skip to content

mvaictl workspace stop

Stop a workspace

Synopsis

Stops the underlying workload associated with the workspace

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

mvaictl workspace stop WORKSPACE_NAME [flags]

Examples

  # Stop the workspace
  mvaictl workspace stop 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 stop
      --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