prefect automation

prefect automation [OPTIONS] COMMAND [ARGS]...

Manage automations.

prefect automation ls

prefect automation ls [OPTIONS]

List all automations.

prefect automation inspect

prefect automation inspect [OPTIONS] [NAME]

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

NAME
string

An automation’s name

--id

An automation’s id

--yaml

Output as YAML

--json

Output as JSON

prefect automation resume

prefect automation resume [OPTIONS] [NAME]

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”

NAME
string

An automation’s name

--id

An automation’s id

prefect automation enable

prefect automation enable [OPTIONS] [NAME]

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”

NAME
string

An automation’s name

--id

An automation’s id

prefect automation pause

prefect automation pause [OPTIONS] [NAME]

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”

NAME
string

An automation’s name

--id

An automation’s id

prefect automation disable

prefect automation disable [OPTIONS] [NAME]

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”

NAME
string

An automation’s name

--id

An automation’s id

prefect automation delete

prefect automation delete [OPTIONS] [NAME]

Delete an automation.

NAME
string

An automation’s name

--id

An automation’s id