modify_platform
Modify a platform's position or type in a simulation scenario by providing the scenario ID and platform name.
Instructions
Modify an existing platform's position or type.
Parameters
scenario_id: UUID of the target scenario. platform_name: Name of the platform to modify. latitude, longitude, altitude_m: New position values (omit to keep current). platform_type: New platform type string (omit to keep current).
Returns
JSON with updated platform metadata.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| platform_name | Yes | ||
| latitude | No | ||
| longitude | No | ||
| altitude_m | No | ||
| platform_type | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |