If you’ve scheduled an event to be delivered in the future, you can cancel it using theDocumentation Index
Fetch the complete documentation index at: https://trigger-v3-cli-update-command.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
cancelEvent() instance method, passing in the ID of the event you want to cancel. This will prevent any jobs listening for that event from being triggered.
Cancelling an event after it has already triggered a job run does not cancel the job run.
Cancelling events only prevent the event from triggering future job runs.

