cancel_flight_run
Cancel an in-progress Flight run.
create_flight
Create a new Flight from Python source code, requirements, and an optional schedule.
delete_flight
Permanently delete a Flight, its versions, schedule, and run history.
edit_flight_source
Edit a Flight's source code with one or more find-and-replace operations, producing a new version.
get_flight
Fetch a Flight's metadata and version snapshot by UUID, optionally at a specific historical version.
get_flight_guide
Load the canonical instructions for authoring, scheduling, running, and troubleshooting MotherDuck Flights.
get_flight_run_logs
Fetch the logs and run record for a single Flight run.
list_flight_runs
List the execution history of a Flight, newest first.
list_flight_versions
List the version history of a Flight, newest first.
list_flights
List Flights with summary metadata, optionally filtered by keywords.
run_flight
Trigger an on-demand execution of a Flight using its current version.
update_flight
Update a Flight's source, requirements, config, token, secrets, name, or schedule.