gatos.shutdown_engines
tool Common vessel actions
Shut down all engines on one vessel.
- Use when
- The intent is an immediate engine shutdown.
- Availability
- control_enabled and vessel authority rules apply.
Input
| Field | Type | Requirement | Description |
|---|---|---|---|
vessel_id | string | Required | Raw target vessel id. |
Call example
gatos.shutdown_engines({"vessel_id":"Hunter"})Result
Command result for canonical vessel.shutdown.
Errors
- ENOENT for a missing vessel; EACCES when control authority is denied.
Operational notes
- An ignited SRB cannot be shut down by this action.