Agents
Enable or disable command queue.
Use this endpoint to enable or disable the command queue of an agent.
put/v1/agents/{agentId}/command-queue
Path parameters
agentIdstring uuid required
The ID of the agent.
Request body
Response
Successful response with updated command queue details
Example response
{
"enabled": true,
"name": "https://sqs.us-east-2.amazonaws.com/706717599419/onprem-9b9f275c-a60d-454f-8c6c-1ea094e3fd38.fifo",
"visibilityTimeout": 600
}Changes
No recorded changes to this endpoint across all 1 revision of this API.