v1

latestOpenAPI 3.1.02026-07-1213613295.5 KB
Applications

Delete

Delete application by UUID.

delete/applications/{uuid}

Path parameters

uuidstring required

UUID of the application.

Query parameters

delete_configurationsboolean

Delete configurations.

delete_volumesboolean

Delete volumes.

docker_cleanupboolean

Run docker cleanup.

delete_connected_networksboolean

Delete connected networks.

Response

Application deleted.

messagestring

Example response

{
  "message": "Application deleted."
}