diff --git a/openapi.json b/openapi.json index 49c3944..8466dd6 100644 --- a/openapi.json +++ b/openapi.json @@ -38437,6 +38437,10 @@ "deploy", "build" ] + }, + "enableDockerCleanup": { + "default": true, + "type": "boolean" } }, "required": [ @@ -39663,6 +39667,10 @@ "build" ] }, + "enableDockerCleanup": { + "default": true, + "type": "boolean" + }, "command": { "type": "string" }