HyperAIHyperAI

bayes gear stop

Stop a container

Description

Stop a container

bayes gear stop [task-code] [options]
bayes gear stop [options]        # Use in an initialized project directory

Parameters

[task-code]                    # Optional, if not provided, the task ID from the .openbayesgear file in the current directory will be used

Available Options

-f, --follow            [Optional] Track the status of the stopping container
-h, --help             View help for stop
-o, --open             [Optional] Open the stopping container in a browser

Usage Examples

# Stop a container using task code
bayes gear stop 3s55ypc33ptl -o -f

# Stop a container in an initialized project directory
bayes gear stop -o -f

Notes

If no task code is provided, the command must be executed in an initialized project directory. The command will use the task ID from the .openbayesgear file in the current directory.