Unregistering a Host
Format
| Method | POST |
|---|---|
| URL | /tasks/create |
| Request contents | HostDelete Object |
| Successful answer | TaskResult Object |
| Unexpected error | HTTP 500 |
The host must be disabled for this task to succeed. It permanently removes the host from the flexVDI platform.
HostDelete Object
Schema
| repeat | String | Reserved |
|---|---|---|
| retries | String | Number of times this task will be retried in case of error |
| type | String | Task type identifier. In this case, "host_action" |
| host_id | String | Host's unique identifier |
JSON example
{
"repeat": "0",
"retries": "0",
"type": "host_delete",
"host_id": "flexdemo"
}
, multiple selections available,