hi team how to cancel host label when register flo...
# ask-community
l
hi team how to cancel host label when register flow? I didn't find the answer in the docs
1️⃣ 1
1
a
on agent: prefect agent local start --no-hostname-label on a flow: flow = Flow("local-flow", storage=Local(add_default_labels=False))
1