Back to Graphql Engine

Cloud: Projects & collaborators

docs/docs/hasura-cloud/projects/index.mdx

2.49.22.6 KB
Original Source

import Thumbnail from '@site/src/components/Thumbnail'; import HeadingIcon from '@site/src/components/HeadingIcon'; import Collaborators from '@site/static/icons/features/collaborators.svg'; import ProductBadge from '@site/src/components/ProductBadge';

<Collaborators /> Projects & Collaborators

<ProductBadge free pro ee />

Introduction

The Projects page shows a list of your projects.

<Thumbnail src="/img/projects/projects-list.png" alt="Projects list" width="1200px" />

Basic project actions

For each project, you can do the one of the following actions:

<Thumbnail src="/img/projects/project-actions.png" alt="Project actions" width="860px" />

Open project Console

Click Launch Console to open the project's Hasura Console in your browser.

<Thumbnail src="/img/cloud-dbs/hasura-console.png" alt="Project console" width="860px" />

Manage project settings

Click the gear icon to manage your project settings.

<Thumbnail src="/img/projects/project-details.png" alt="General tab" width="900px" />

Version upgrades

When using Hasura Cloud, upgrades to the service happen automatically on a regular basis. These upgrades are designed to improve the functionality and security of the service, and to ensure that you always have access to the latest features and bug fixes.

When a new version of Hasura Cloud is released, your instance will be automatically upgraded to the new version. This happens without any action required on your part, and should not cause any disruption to your service.

:::info Note

Please see the API reference to create and manage Hasura Cloud projects programmatically.

:::

Dig deeper