Skip to main content
POST
Trigger an Agent command

Authorizations

Authorization
string
header
required

a valid bearer token

Path Parameters

agentId
string
required

Body

application/json
command
enum<string>
required

The command being sent

Available options:
RESTART,
PAUSE,
RESUME
Example:

"RESTART"

Response

Agent command received successfully