From 8a7ec79c1def238ad3318a757a050865f54897a8 Mon Sep 17 00:00:00 2001 From: Jake Cannell Date: Tue, 17 Feb 2026 15:47:15 -0800 Subject: [PATCH] CLN-2792: remove disable-bundling references from docs Remove deprecated disable_bundling from CLI help text and OpenAPI schema. Co-Authored-By: Claude Opus 4.6 --- api-reference/openapi.json | 4 ---- cli/commands.mdx | 2 -- 2 files changed, 6 deletions(-) diff --git a/api-reference/openapi.json b/api-reference/openapi.json index c1d98f8..cbd6eba 100644 --- a/api-reference/openapi.json +++ b/api-reference/openapi.json @@ -8443,10 +8443,6 @@ "minItems": 2, "maxItems": 2 }, - "disable_bundling": { - "type": "boolean", - "description": "Disable offer bundling" - }, "allocated_storage": { "type": "number", "description": "Storage allocation size in GB for the instance.\nThis sets the disk size when creating the instance and cannot be changed later.\nDefault is 8GB.\n" diff --git a/cli/commands.mdx b/cli/commands.mdx index 473d831..51108ae 100644 --- a/cli/commands.mdx +++ b/cli/commands.mdx @@ -1037,8 +1037,6 @@ options: -r, --reserved Alias for --type=reserved -d, --on-demand Alias for --type=on-demand -n, --no-default Disable default query - --disable-bundling Show identical offers. This request is more heavily - rate limited. --storage STORAGE Amount of storage to use for pricing, in GiB. default=5.0GiB -o ORDER, --order ORDER