/
Unregistering a Host
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,
Related content
Unregistering a Host
Unregistering a Host
More like this
Register a new Host
Register a new Host
More like this
Changing Host desired state
Changing Host desired state
More like this
Changing Host desired state
Changing Host desired state
More like this
Modifying Host properties
Modifying Host properties
More like this
Modifying Host properties
Modifying Host properties
More like this