update_mission
Update an existing mission by fetching its current state and merging your changes. Fields you omit remain unchanged—ideal for adjusting waypoints, tags, or drone profile after creation. Pair with list_missions to obtain the mission ID.
Instructions
Update an existing mission. Fetches the current version and merges your changes — omitted fields remain unchanged. Use list_missions to find mission IDs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mission_id | Yes | The UUID of the mission to update | |
| name | No | ||
| type | No | ||
| waypoints | No | Updated waypoints array | |
| tags | No | ||
| drone_profile_id | No |