early-notebook-98449
02/18/2026, 6:02 PMancient-wolf-19325
02/18/2026, 6:02 PMearly-notebook-98449
02/27/2026, 1:28 AMancient-wolf-19325
02/27/2026, 1:28 AMfrom flytekit.remote import FlyteRemote
from flytekit.configuration import Config
remote = FlyteRemote(
config=Config.for_endpoint(endpoint="flyte.example.net"),
default_project="flytesnacks",
default_domain="development",
)
flyte_lp = remote.fetch_launch_plan(
name="workflows.example.wf", version="v1", project="flytesnacks", domain="development"
)
execution = remote.execute(flyte_lp, inputs={"mean": 1}, execution_name="lp-execution", wait=True)
Would you like more detail or examples using the CLI?
Sources:
- docs/user_guide/development_lifecycle/running_launch_plans.md 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.