Composio · Arazzo Workflow
Composio Disable an Active Trigger
Version 1.0.0
Find a user's active trigger by name and disable it.
View Spec
View on GitHub
AI AgentsAuthenticationIntegrationMCPSandboxToolsTriggersUnified-APIWebhookArazzoWorkflows
Provider
Workflows
disable-active-trigger
Resolve an active trigger for a user and set its status to disabled.
Lists the active triggers for a user, requires at least one to be present, captures the first trigger id, and disables it via the manage status endpoint.
1
listActiveTriggers
List the active triggers for the user, optionally filtered by trigger name, to resolve a trigger id to disable.
2
disableTrigger
Disable the resolved trigger instance by setting its manage status to disabled.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.