Versions Compared

Key

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

...

Disk images associated to cloned guests are implicitly deleted when removing the clone. Disk images associated to templates or regular guests have to be explicitly deleted.

GuestDelete Object

Schema

repeatStringReserved
retriesStringNumber of times this task will be retried, in case of error
typeStringTask type identifier. In this case, "guest_delete"
guest_idStringUnique identifier of the Guest

JSON example

Code Block
languagejs
{
    "repeat": "0",
    "retries": "0",
    "type": "guest_delete",
    "guest_id": "testguest"
}

...