Gallery
  • Introduction to Gallery
  • Getting Started
    • Link Your Cloud Provider
    • Create a Template
    • Build an Environment
  • Cloud Integrations
    • AWS
    • GCP
    • Other Cloud Providers
  • Gallery CLI
    • Setup
      • Installation
      • Authentication
  • Build System
    • Overview
    • Project Builds
      • Build Jobs
      • Build Stages
      • .gallery-deploy.yml Docs
    • Terraform
      • Variables
      • Mapping URLs/Configs
      • Using Cached Services
  • Cached Services
    • Overview
    • Defining Cached Services
  • Examples
    • Flask Elastic Beanstalk Quickstart
  • Resources
    • Environments
      • Managing your Environments
      • Environment Teardown
      • Environment Settings
Powered by GitBook
On this page
  • Viewing Environments
  • Creating Environments
  • Tearing Down Environments

Was this helpful?

  1. Resources
  2. Environments

Managing your Environments

PreviousEnvironmentsNextEnvironment Teardown

Last updated 3 years ago

Was this helpful?

Gallery makes it easy to manage your environments. You can view, teardown, and create environments from the web console.

Viewing Environments

Go to the environments tab to view a list of all non-terminated environments. You can change the filter options to view environments that are terminated/terminating as well, in order to keep track of the teardown progress of environments

Creating Environments

Tearing Down Environments

You can either create environments from the , the GraphQL API (docs coming soon), or the UI on the environments page. If you click "add environment" you'll be able to select a template and create an environment in a click. You'll be able to keep track of logs of build processes in the resulting environment page.

CLI
Environment Teardown