.. _ref_cubic_stop: cubic stop ========== .. code-block:: $ 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 Force-kill the VM instance 'my-instance': $ cubic stop --kill my-instance Usage: cubic stop [OPTIONS] [INSTANCES]... Arguments: [INSTANCES]... Names of the virtual machine instances Options: -a, --all Apply to all virtual machine instances -w, --wait Wait for the virtual machine instance to be stopped -k, --kill Kill the virtual machine instance -v, --verbose Increase logging output -q, --quiet Reduce logging output -h, --help Print help (see a summary with '-h')