Compute start and stop require a JSON object as parameter, e.g. osc compute server start --os-start <JSON> <ID>. Therefore as a user it is unclear how to start or stop a VM.
- Ideally there should be a default behavior not requiring any parameter other than the ID. Other modes should have simpler parameters (e.g. a hard poweroff something like
... stop --hard <ID>).
- At least the valid structure of the JSON parameter should be explained in detail in the help text.