Skip to main content
Environments endpoint

Provision Cloud Instance

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

POST/environments/{environmentId}/cloud-instances/

Path parameters

environmentId
Identifier used by the registered route.

Body

application/json
capacityTargetId string
Field defined by domain.CloudProvisionRequest.
name string
Field defined by domain.CloudProvisionRequest.
sshUsername string
Field defined by domain.CloudProvisionRequest.
instanceId string
Field defined by domain.CloudProvisionRequest.

See the Environments 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.