v10

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01384057.2 KB
cook

Start a cook operation

Triggers a recipe cook on one or more sprouts. The request body contains a TargetedAction with a CmdCook action payload specifying the recipe path, target sprouts/cohorts, and options like test mode and timeout.

post/api/v1/cook

Request body

{"stackTrail":"components:schemas:TargetedAction:properties:action","oasType":"schema","type":"unknown","description":"Action-specific payload. For `cmd.run`, this is a CmdRun object.\nFor `cook`, this is a CmdCook object. For `test.ping`, this\nis a PingPong object.\n"}

Response

Cook initiated

{"stackTrail":"components:schemas:NATSEnvelope:properties:result","oasType":"schema","type":"unknown","description":"Response data (structure varies by endpoint — see endpoint examples)"}
errorstring

Error message (present only on failure)