Undeploy stack from device
DELETE/platform/solutions/api/v1/devices/{deviceId}/docker/stacks
Overview: Undeploy a specific stack deployment from a single device.
• Single stack removal: Removes only the specified stack from the device
• Preserve other stacks: All other stacks on the device remain unchanged
• Active deployment only: Only removes currently active deployments
• NATS notification: Sends updated configuration to the device
• Database cleanup: Removes the deployment record from the database
• Complete configuration: Device receives its complete remaining stack configuration
Request
Responses
- 204
- 404
- 500
No Content
Not Found
Internal Server Error