SendAction
Send a lifecycle action command (start, stop, restart) to a specific agent
POST
/api/v1/agents/{uuid}/actions/{action}Operation ID
SendActionSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
Path Parameters
uuidStringRequiredUUID of the agent to send the action to
actionStringRequiredLifecycle action name (start, stop, restart)
