Agency Uninstall

Agency Uninstall

Sets the goal state of this Agency to uninstalled.

This initiates the uninstallation of this Agency, which causes all agents to be removed.

The best practice when destroying an agency is to call uninstall, wait for the runtime status to turn green, and then invoke DestroyAgency. When waiting for this Agency to be uninstalled the solution can then attend to and resolve any raised issues.

Requires modify privileges.

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/eam/Agency/{moId}/Uninstall
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case Agency/{moId}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure