save_scenario
Save an AFSIM scenario to disk in AFSIM or JSON format. Specify scenario ID and optional file path.
Instructions
Save a scenario to disk.
Parameters
scenario_id: UUID of the scenario to save. file_path: Destination path. Defaults to scenarios/.afsim (or .json). format: 'afsim' (default) or 'json'.
Returns
JSON with the saved file path.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| file_path | No | ||
| format | No | afsim |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |