iiRecord
Agentic AI Atlas · POST /api/automations/:ruleId/lifecycle
api-endpoint:agent-mux-gateway-post-automation-lifecyclea5c.ai
II.
APIEndpoint JSON

api-endpoint:agent-mux-gateway-post-automation-lifecycle

Structured · live

POST /api/automations/:ruleId/lifecycle json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/api-endpoints/agent-mux-gateway-endpoints.yamlCluster · extensions
Record JSON
{
  "id": "api-endpoint:agent-mux-gateway-post-automation-lifecycle",
  "_kind": "APIEndpoint",
  "_file": "extensions/api-endpoints/agent-mux-gateway-endpoints.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "POST /api/automations/:ruleId/lifecycle",
    "method": "POST",
    "path": "/api/automations/:ruleId/lifecycle",
    "responseShape": "AutomationRule",
    "authRequired": false,
    "description": "Transition automation rule lifecycle (action ∈ enable | pause | resume | disable). Source: packages/agent-mux/gateway/src/kanban/routes.ts:1021-1035."
  },
  "outgoingEdges": [
    {
      "from": "api-endpoint:agent-mux-gateway-post-automation-lifecycle",
      "to": "package:a5c-ai-agent-mux-gateway",
      "kind": "exposed_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-mux-gateway",
      "to": "api-endpoint:agent-mux-gateway-post-automation-lifecycle",
      "kind": "exposes_endpoint",
      "attributes": {}
    }
  ]
}