.. _ref_cubic_modify: cubic modify ============ .. code-block:: $ cubic modify --help Modify a virtual machine instance configuration Usage: cubic modify [OPTIONS] Arguments: Name of the virtual machine instance Options: -c, --cpus Number of CPUs for the virtual machine instance -m, --mem Memory size of the virtual machine instance (e.g. 1G for 1 gigabyte) -d, --disk Disk size of the virtual machine instance (e.g. 10G for 10 gigabytes) -p, --port Add port forwarding rule (e.g. -p 8000:80) -P, --rm-port Remove port forwarding rule (e.g. -P 8000:80) -v, --verbose Increase logging output -q, --quiet Reduce logging output -h, --help Print help