Skip to main content

Manage Projects

This guide provides an overview of how to manage projects.

List Projects

Use the fluidctl projects list command to list all projects:

fluidctl projects list --region <region>

Get Project Details

Use the fluidctl projects describe command to get details of a specific project:

fluidctl projects describe --region <region> --id <project-id>

Create a Project

Use the fluidctl projects create command to create a project:

fluidctl projects create --region <region> --name "project-1"
info

The region must support the projects:create capability in order to create a project.

Delete a Project

The region must support the projects:delete capability in order to delete a project.

caution

Deleting a project is irreversible. Any associated resources will also be deleted. Ensure you back up any important data before proceeding.

Use the fluidctl projects delete command to delete a project:

fluidctl projects delete --region <region> --id <uuid>