Unregistering a Host

Format

MethodPOST
URL

/tasks/create

Request contentsHostDelete Object
Successful answerTaskResult Object
Unexpected errorHTTP 500

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

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