update_drone
Update an existing drone profile with only the fields you wish to change; omitted fields remain unchanged. Use list_drones to find drone IDs.
Instructions
Update an existing drone profile. Pass only the fields you want to change — omitted fields remain unchanged. Use list_drones to find drone IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| drone_id | Yes | The UUID of the drone profile to update | |
| make | No | Manufacturer name | |
| model | No | Model name | |
| nickname | No | Custom name for this drone | |
| serial_number | No | Drone serial number | |
| camera_model | No | Camera model name | |
| camera_fov_h | No | Horizontal field of view in degrees | |
| camera_fov_v | No | Vertical field of view in degrees | |
| camera_mp | No | Camera megapixels | |
| max_flight_time_min | No | Max flight time in minutes | |
| max_speed_mph | No | Max speed in mph | |
| default_altitude_ft | No | Default flight altitude in feet |