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
| type | String | Task type identifier. In this case, "host_action" |
|---|---|---|
| host_id | String | Host's unique identifier |
JSON example
{
"type": "host_delete",
"host_id": "flexdemo"
}
, multiple selections available,