Restart an agent
Request
PUT https://{hostname}:{port}
/cli/agentCLI/restart?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| agent | string | true | Name or ID of the agent |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Example
curl -k -u jsmith:passwd
"https://deployserver.example.com:8443/cli/
agentCLI/restart?agent=<agent name or UUID or agent endpoint ID" -X PUTRelated CLI command: restartAgent.