Managing Collections
List, enable, disable, and delete collections using the Bluebricks app or the Bricks CLI
Overview
How to list collections
# List active collections
bricks collection ls
# Include inactive and deleted collections
bricks collection ls --allGUID NAME CLOUD PROVIDER CLOUD ACCOUNT SLUG STATUS
----------------------------------- -------------- ---------------- --------------- ----------------- -------------------------
env-uuid-123 production AWS aws-prod production DEFAULT, web-app (running)
env-uuid-456 development AWS aws-dev development api-service (completed)
env-uuid-789 staging GCP gcp-staging staging INACTIVEField
Description
Status indicators
Indicator
Meaning
Collection states
State
Description
How to enable a collection
How to disable a collection
How to delete a collection
How to set a default collection
How to clone a collection
Using the app
Last updated
Was this helpful?

