Versions Compared

Key

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

...

The host must be disabled for this task to succeed. It permanently removes the host from the flexVDI platform.

HostDelete Object

Schema

repeatStringReserved
retriesStringNumber of times this task will be retried in case of error
typeStringTask type identifier. In this case, "host_action"
host_idStringHost's unique identifier

JSON example

Code Block
languagejs
{
    "repeat": "0",    
    "retries": "0",
    "type": "host_delete",
    "host_id": "flexdemo"
}

...