For the complete documentation index, see llms.txt. This page is also available as Markdown.

bricks uninstall

Destroy a blueprint from a selected collection

Synopsis

Destroy a specified blueprint from the selected collection, removing all associated resources

bricks uninstall [blueprint] [flags]

Examples


  bricks uninstall @bluebricks/postgres --collection=playground

Options

  -c, --collection string   Collection slug as the environment target (alias: --col)
      --env-slug string     Environment slug (alias: --slug)
      --plan-only           Will create a plan only

Options inherited from parent commands

      --api-key string    API key for authentication (overrides JWT)
      --config string     config file (default is $HOME/.bricks/config.yaml)
  -h, --help              Print Help message for Bricks CLI
      --non-interactive   Suppresses interactive UI elements for non-interactive environments
  -v, --version           Print bricks CLI version

SEE ALSO

Last updated