RapidCanvas Docs
  • Welcome
  • GETTING STARTED
    • Quick start guide
    • Introduction to RapidCanvas
    • RapidCanvas Concepts
    • Accessing the platform
  • BASIC
    • Projects
      • Projects Overview
        • Creating a project
        • Reviewing the Projects listing page
        • Duplicating a Project
        • Modifying the project settings
        • Deleting Project(s)
        • Configuring global variables at the project level
        • Working on a project
        • Generating the about content for the project
        • Generating AI snippets for each node on the Canvas
        • Marking & Unmarking a Project as Favorite
      • Canvas overview
        • Shortcut options on canvas
        • Queuing the Recipes
        • Bulk Deletion of Canvas Nodes
        • AI Guide
      • Recipes
        • AI-assisted recipe
        • Rapid model recipe
        • Template recipe
        • Code Recipe
        • RAG Recipes
      • Scheduler overview
        • Creating a scheduler
        • Running the scheduler manually
        • Managing schedulers in a project
        • Viewing the schedulers in a project
        • Viewing the run history of a specific scheduler
        • Publishing the updated data pipeline to selected jobs from canvas
        • Fetching the latest data pipeline to a specific scheduler
        • Comparing the canvas of the scheduler with current canvas of the project
      • Predictions
        • Manual Prediction
        • Prediction Scheduler
      • Segments and Scenarios
      • DataApps
        • Model DataApp
        • Project Canvas Datasets
        • Custom Uploaded Datasets
        • SQL Sources
        • Documents and PDFs
        • Prediction Service
        • Scheduler
        • Import DataApp
    • Connectors
      • Importing dataset(s) from the local system
      • Importing Text Files from the Local System
      • Connectors overview
      • Connect to external connectors
        • Importing data from Google Cloud Storage (GCS)
        • Importing data from Amazon S3
        • Importing data from Azure Blob
        • Importing data from Mongo DB
        • Importing data from Snowflake
        • Importing data from MySQL
        • Importing data from Amazon Redshift
        • Importing data from Fivetran connectors
    • Workspaces
      • User roles and permissions
    • Artifacts & Models
      • Adding Artifacts at the Project Level
      • Adding Models at the Project Level
      • Creating an artifact at the workspace level
      • Managing artifacts at the workspace level
      • Managing Models at the Workspace Level
      • Prediction services
    • Environments Overview
      • Creating an environment
      • Editing the environment details
      • Deleting an environment
      • Monitoring the resource utilization in an environment
  • ADVANCED
    • Starter Guide
      • Quick Start
    • Setup and Installation
      • Installing and setting up the SDK
    • Helper Functions
    • Notebook Guide
      • Introduction
      • Create a template
      • Code Snippets
      • DataApps
      • Prediction Service
      • How to
        • How to Authenticate
        • Create a new project
        • Create a Custom Environment
        • Add a dataset
        • Add a recipe to the dataset
        • Manage cloud connection
        • Code recipes
        • Display a template on the UI
        • Create Global Variables
        • Scheduler
        • Create new scenarios
        • Create Template
        • Use a template in a flow notebook
      • Reference Implementations
        • DataApps
        • Artifacts
        • Connectors
        • Feature Store
        • ML model
        • ML Pipeline
        • Multiple Files
      • Sample Projects
        • Model build and predict
    • Rapid Rag
  • Additional Reading
    • Release Notes
      • May 14, 2025
      • April 21, 2025
      • April 01, 2025
      • Mar 18, 2025
      • Feb 27, 2025
      • Jan 27, 2025
      • Dec 26, 2024
      • Nov 26, 2024
      • Oct 24, 2024
      • Sep 11, 2024
        • Aug 08, 2024
      • Aug 29, 2024
      • July 18, 2024
      • July 03, 2024
      • June 19, 2024
      • May 30, 2024
      • May 15, 2024
      • April 17, 2024
      • Mar 28, 2024
      • Mar 20, 2024
      • Feb 28, 2024
      • Feb 19, 2024
      • Jan 30, 2024
      • Jan 16, 2024
      • Dec 12, 2023
      • Nov 07, 2023
      • Oct 25, 2023
      • Oct 01, 2024
    • Glossary
Powered by GitBook
On this page
  • Environment dashboard
  • Various sections on the environment dashboard
  1. BASIC

Environments Overview

PreviousPrediction servicesNextCreating an environment

Last updated 1 month ago

An environment provides the necessary infrastructure to run projects efficiently. Each workspace has a default environment, which is automatically assigned to projects that do not have a specific environment selected during creation.

You can create multiple environments within a workspace and choose the most suitable one for each project. These environments offer dedicated hardware, ensuring faster execution of flows. Additionally, each environment allows for the installation of different sets of Python packages and versions, ensuring compatibility with the transforms used in the flows.

All environments within the application are completely independent. The Python and Linux libraries installed in one environment are exclusive to that environment, ensuring isolation and stability.

Environment dashboard

You can access all the environments from the environments dashboard. On the each environment card, you can see details such as environment type, projects in this environment, date on which the environment is created, and the user who created the environment. You can also see the status of the environment. The status of the environment changes

Different status you can see for an environment:

  • Start: Use this option to run the environment in the idle state. However, the environment starts automatically as you start working on projects in this environment.

  • Running: Indicates that the environment is currently active.

  • Launching: Indicates that the environment has started to use the hardware.

  • Stop: Use this option to stop the environment from running.

  • Shutdown: Indicates that the environment is shut down to save the cost.

  • Failed: Indicates that the environment has failed to start.

Various sections on the environment dashboard

This section explains various sections of the environments dashboard page:

Search: You can search for a specific environment by providing the name in the search box.

Switch from environments list view to card view: You can use this option to switch from list view to the card view.

The card view of data sources appears as below:

On the card view, click the ellipses icon to:

  • Modify the environmental details, using the Edit option.

  • Delete the environment, using the Delete option.

  • View the logs containing all activities in an environment, using the Logs option.

  • View the usage of resources (CPU and memory) by projects in an environment, using the Usage option. This option is only enabled if the environment is running.

Switch from projects card view to list view: You can use this option to switch from list view to the card view.

+: You can create a new environment. For more information, see .

Creating a new environment
Page cover image
Environment Dashboard
Search Environment
New Environment
Card View Environment
Environment Dashboard Card View