Bastian Röhrig
10/14/2021, 10:09 AM--agent-config-id
flag, however that does not work because the prefect agent docker start
command expects that flag to contain an id. Can anyone help me with that?Anna Geller
10/14/2021, 10:26 AMagent config id
that is provided once your automation is created. This is a UUID.
3. You can then start your agent and pass this UUID to the agent start command:
prefect agent docker start --agent-config-id your-uuid
Bastian Röhrig
10/14/2021, 11:07 AMAnna Geller
10/14/2021, 11:15 AMBastian Röhrig
10/14/2021, 11:27 AMAnna Geller
10/14/2021, 11:29 AMagent_config
schema.Bastian Röhrig
10/14/2021, 1:22 PM