Container Deployments API Reference
1. Container Deployment Management
Feature: Container Deployment Management - Deploy container stack configurations to WEDA Nodes, manage deployed stacks, and monitor deployment status for containerized applications on edge devices.
- Deploy Stack Configuration Revision
POST /api/v1/orgs/{orgId}/stack-configs/{stackConfigId}/revisions/{stackRevisionId}:deploy - List Docker Stacks on Device
GET /api/v1/devices/{deviceId}/docker/stacks - Delete Docker Stacks from Device
DELETE /api/v1/devices/{deviceId}/docker/stacks - List Stack Deployments
GET /api/v1/orgs/{orgId}/stack-configs/deployments - Delete Stack Deployments
DELETE /api/v1/devices/{deviceId}/stacks/deployments
Last updated on Apr-8, 2026 | Version 1.0.0