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 directoryParameters
[task-code] # Optional, if not provided, the task ID from the .openbayesgear file in the current directory will be usedAvailable 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 browserUsage 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 -fNotes
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.
Related Commands
- bayes gear bindings - View bindable data for running containers
- bayes gear download - Download container output
- bayes gear env - View available environments for running containers
- bayes gear init - Initialize a container
- bayes gear logs - View container logs
- bayes gear ls - View all containers
- bayes gear open - Open container page in browser
- bayes gear resource - View available resources for running containers
- bayes gear restart - Resume container execution
- bayes gear run - Run a container
- bayes gear status - View all tasks under a container