cook

Start a cook operation

Triggers a recipe cook on one or more sprouts. The request body specifies the recipe path, target sprouts/cohorts, and options.

post/api/v1/cook

Request body

CookRequest required

Request body for triggering a cook operation. The exact structure depends on the farmer implementation and may include fields like target (sprout IDs or cohort expression), recipe path, and test mode flag.

Response

Cook initiated

{"stackTrail":"components:schemas:NATSResponse","oasType":"schema","type":"unknown","description":"Raw JSON response from the farmer via NATS proxy. The structure\nvaries by endpoint — refer to the farmer documentation for\nresponse schemas specific to each NATS subject.\n"}

Changes