v13

latestOpenAPI 3.0.0zlibraw.githubusercontent.com2026-08-01265409652.5 KB
edge_stacks

Update an EdgeStack

Access policy: administrator

put/edge_stacks/{id}

Path parameters

idinteger required

EdgeStack Id

Request body

DeploymentType0 | 1
EdgeGroupsinteger[]
StackFileContentstring
UpdateVersionboolean
UseManifestNamespacesboolean

Uses the manifest's namespaces instead of the default one

Response

OK

CreatedBystring

The username which created this stack

CreatedByUserIdstring

The username id which created this stack

CreationDateinteger

StatusArray map[EndpointID][]EdgeStackStatus json:"StatusArray"

DeploymentType0 | 1
EdgeGroupsinteger[]
EntryPointstring
Idinteger

EdgeStack Identifier

ManifestPathstring
Namestring
NumDeploymentsinteger
ProjectPathstring
Statusobject
UseManifestNamespacesboolean

Uses the manifest's namespaces instead of the default one

Versioninteger

Example response

{
  "CreatedBy": "admin",
  "CreatedByUserId": "1",
  "Id": 1
}