Skip to content

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

FieldTypeRequirementDescription
vessel_idstringRequiredRaw 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.