prefect automation
Manage automations.
prefect automation ls
List all automations.
prefect automation inspect
Inspect an automation.
Arguments:
name: the name of the automation to inspect
id: the id of the automation to inspect
yaml: output as YAML
json: output as JSON
Examples:
$ prefect automation inspect “my-automation”
$ prefect automation inspect —id “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”
$ prefect automation inspect “my-automation” —yaml
$ prefect automation inspect “my-automation” —json
prefect automation resume
Resume an automation.
Arguments:
name: the name of the automation to resume
id: the id of the automation to resume
Examples:
$ prefect automation resume “my-automation”
$ prefect automation resume —id “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”
prefect automation enable
Resume an automation.
Arguments:
name: the name of the automation to resume
id: the id of the automation to resume
Examples:
$ prefect automation resume “my-automation”
$ prefect automation resume —id “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”
prefect automation pause
Pause an automation.
Arguments:
name: the name of the automation to pause
id: the id of the automation to pause
Examples:
$ prefect automation pause “my-automation”
$ prefect automation pause —id “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”
prefect automation disable
Pause an automation.
Arguments:
name: the name of the automation to pause
id: the id of the automation to pause
Examples:
$ prefect automation pause “my-automation”
$ prefect automation pause —id “aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa”
prefect automation delete
Delete an automation.
Was this page helpful?