Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When booted in rescue mode, a “live” boot image will be attached and used as a boot medium. You can then use the virtual console.

Starting VM in rescue mode via UI:

...

Starting VM in rescue mode is available via API call:

Code Block
curl -X POST  https://{{api-hostname}}/v1/user-resource/vm/rescue_start \
  --header 'apikey: {{vm-owner-api-key}}' \
  -d 'uuid={{vm-uuid}}'

...