> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zocomputer.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete automation

> Delete an existing automation.

{/* Tool: delete_automation */}

Automations are scheduled AI tasks with a schedule and an instruction. The automation runs the instruction at the scheduled time.

## Parameters

<ParamField path="automation_id" type="string" required={true}>
  The unique identifier of the automation to delete
</ParamField>
