Delete application
deleteApplicationDelete an application by UUID and optionally remove its volumes, configurations, and connected networks. Clean up Docker resources to free up space.
Instructions
Delete an application by UUID. Optionally delete volumes, configurations, and connected networks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uuid | Yes | ||
| delete_volumes | No | ||
| docker_cleanup | No | ||
| delete_configurations | No | ||
| delete_connected_networks | No |