Skip to main content
Planning endpoint

Create Plan

Send this request to the AkôFlow daemon. Authentication is required when an API token is configured.

POST/schedule-plans/

Body

application/json
plan object
Field defined by CreatePlanRequest.
workflow object
Field defined by CreatePlanRequest.
resources array
Field defined by CreatePlanRequest.
executionScope object
Field defined by CreatePlanRequest.
networkTopology object
Field defined by CreatePlanRequest.

See the Planning guide for the corresponding Desktop workflow, concepts, and authored request examples.

Generated from the daemon router

This page is generated from internal/api/httpserver/httpserver.go, the registered handler, and JSON-tagged Go structs. Method, path, request fields, response kind, query parameters, media type, and successful status codes stay synchronized with the implementation.