/
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
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,
Related content
Unregistering a Host
Unregistering a Host
More like this
Register a new Host
Register a new Host
More like this
Remove a Guest
Remove a Guest
More like this
Remove a Guest
Remove a Guest
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