$ cubic stop --help
Stop VM instances
Examples:
Stop the VM instance 'my-instance':
$ cubic stop my-instance
Stop and wait until the VM instance 'my-instance' has stopped:
$ cubic stop --wait my-instance
Stop all VM instances:
$ cubic stop --all --wait
Usage: cubic stop [OPTIONS] [INSTANCES]...
Arguments:
[INSTANCES]...
Name of the virtual machine instances to stop
Options:
-a, --all
Stop all virtual machine instances
-w, --wait
Wait for the virtual machine instance to be stopped
-v, --verbose
Increase logging output
-q, --quiet
Reduce logging output
-h, --help
Print help (see a summary with '-h')