parameters: - schema: type: string name: agentId in: path required: true - schema: type: string name: actionId in: path required: true post: summary: Cancel agent action tags: - Agent actions responses: '200': description: OK content: application/json: schema: type: object properties: item: $ref: ../components/schemas/agent_action.yaml '400': $ref: ../components/responses/error.yaml operationId: agent-action-cancel parameters: - $ref: ../components/headers/kbn_xsrf.yaml