Skip to main content

Manage Projects

This guide provides an overview of how to create and delete projects.

Create a Project

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

Use the fluidctl projects create command to create a new project. For example:

fluidctl projects create --name project-1
  • --name: The name of the 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. For example:

fluidctl projects delete --id <uuid>
  • --id: The ID of the project to delete.