Skip to main content
Environments endpoint

Create Cloud Capacity Target

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

POST/environments/{environmentId}/cloud-capacity-targets/

Path parameters

environmentId
Identifier used by the registered route.

Body

application/json
id string
Field defined by domain.CloudCapacityTarget.
environmentId string
Field defined by domain.CloudCapacityTarget.
name string
Field defined by domain.CloudCapacityTarget.
provider string
Field defined by domain.CloudCapacityTarget.
providerMachineType string
Field defined by domain.CloudCapacityTarget.
region string
Field defined by domain.CloudCapacityTarget.
zonePolicy string
Field defined by domain.CloudCapacityTarget.
fixedZone string
Field defined by domain.CloudCapacityTarget.
imageReference string
Field defined by domain.CloudCapacityTarget.
architecture string
Field defined by domain.CloudCapacityTarget.
vcpu number
Field defined by domain.CloudCapacityTarget.
memoryMiB number
Field defined by domain.CloudCapacityTarget.
provisioningMode string
Field defined by domain.CloudCapacityTarget.
maximumInstances number
Field defined by domain.CloudCapacityTarget.
lifecyclePolicy string
Field defined by domain.CloudCapacityTarget.
configuration object
Field defined by domain.CloudCapacityTarget.
machineConfigurations array
Field defined by domain.CloudCapacityTarget.
enabled boolean
Field defined by domain.CloudCapacityTarget.
createdAt string
Field defined by domain.CloudCapacityTarget.

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.