v2

latestOpenAPI 3.0.02026-08-0688139156.5 KB
Agents

Update agent services

patch/v1/agent/{agent_id}/service

Path parameters

agent_idstring required

ID of an agent

Example:a_0123456789ab

Request body

Example request

{
  "services": [
    {
      "service_id": "svc_abc123"
    }
  ]
}

Response

OK

Example response

{
  "data": [
    {
      "service_id": "svc_abc123"
    }
  ]
}