gatos.activate_stage
tool Common vessel actions
Activate the next stage on one vessel.
- Use when
- Advancing the vessel staging sequence as a discrete trigger.
- Availability
- control_enabled and vessel authority rules apply.
Input
| Field | Type | Requirement | Description |
|---|---|---|---|
vessel_id | string | Required | Raw target vessel id. |
Call example
gatos.activate_stage({"vessel_id":"Hunter"})Result
Command result for canonical vessel.stage.
Errors
- ENOENT for a missing vessel; EACCES when control authority is denied.
Operational notes
- Staging is a trigger and can decouple or ignite hardware; do not retry blindly.