Skip to content

Command Line Tools

wheels deploy build remove

Remove the docker buildx builder. Inverse of build create.

wheels deploy build remove [--destination=<name>] [--dry-run]

| Flag | Description | |------|-------------| | --destination=<name> | Overlay destination config. | | --dry-run | Print the commands without executing. |

Emits docker buildx rm <builder-name> on the control machine. Re-creating is cheap; tear down when you've switched to a different build strategy or want a clean state.

Example
wheels deploy build remove