Skip to main content

Managing automations

You can manage your automations by asking Faheem Code directly—just like you created them.

Viewing your automations

List my automations
Show me the details of the "Daily Report" automation

Enabling and disabling

Pause an automation without deleting it:

Disable the "Daily Report" automation

Turn it back on:

Enable the "Daily Report" automation

Changing the schedule

Change the "Daily Report" automation to run at 10 AM instead of 9 AM
Update the "Weekly Cleanup" automation to run on Sundays at 2 AM UTC

Changing the run timeout

Set the "Weekly Cleanup" automation timeout to 20 minutes

The maximum timeout depends on your deployment. Runs that exceed their timeout fail automatically.

Running manually

Test an automation or run it outside its normal schedule:

Trigger the "Daily Report" automation now
Run the "Health Check" automation immediately

This is useful for:

  • Testing a newly created automation
  • Running a report on-demand
  • Debugging issues

Viewing past runs

Show me recent runs of the "Daily Report" automation

Each run creates a conversation that automatically appears in your conversations list. You can:

  • View in the Faheem Code UI to see what happened
  • Continue if you want to interact with the sandbox
  • Debug if something went wrong

In an automation's Activity Log, use Export JSON or Export CSV to download its complete run history.

Run statuses

  • Pending: Scheduled, waiting to start
  • Running: Currently executing
  • Completed: Finished successfully
  • Failed: Something went wrong—check the run details

Deleting automations

Delete the "Old Report" automation

Next steps