remove_component
Remove a specified component from a platform within a simulation scenario. Provide scenario ID, platform name, and component name to execute the removal.
Instructions
Remove a component from a platform.
Parameters
scenario_id: UUID of the target scenario. platform_name: Name of the target platform. component_name: Name of the component to remove.
Returns
JSON with 'removed' boolean.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes | ||
| platform_name | Yes | ||
| component_name | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |