evroc think modelinstance update

Update a model instance

Synopsis

Update a model instance in your project

evroc think modelinstance update [flags]

Examples


# List all all available models
evroc think modelinstance update <my_model_instance>
evroc think modelinstance up <my_model_instance>
evroc think mi up <my_model_instance> -p <project_name> -s <size>

Options

  -h, --help             help for update
  -u, --hftoken string   The Hugging Face token you would like the modelinstance to be updated to
  -s, --size string      The size you would like the modelinstance to be updated to
  -t, --token string     The token you would like the modelinstance to be updated to

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")
      --force-yes       Overrides confirmation prompts on destructive actions - use with caution
      --json            JSON output

SEE ALSO