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=MyAgent" -X PUT
Related CLI command: restartAgent.