Skip to main content
Version: v1.1.x

Delete Projects

Delete a Project when its team workspace is no longer needed. When you delete a Project, PaletteAI removes the Project, along with all Project-scoped configurations and resources, such as Compute Configs, integrations, and Compute Pools. The Project's Kubernetes namespace is automatically removed as part of the deletion process.

warning

Project deletion is permanent. The Project namespace and every resource it contains, such as Compute Configs, integrations, Compute Pools, Profile Bundles, App Deployments, and Model Deployments scoped to the Project, is removed and cannot be recovered.

Before you delete a Project, consider whether you want to reuse any of its configuration.

  • To duplicate the entire Project, including its Compute Configs, integrations, and other settings, clone the Project from the PaletteAI UI before deletion. From the left main menu, select Projects, locate the Project tile, select the three-dot menu, and choose Clone.

  • To move individual resources, such as ComputeConfig resources, into another Project, change the namespace referenced in each resource's manifest to the destination Project's namespace, then re-apply the manifest with kubectl apply --filename <manifest-location> before you delete the source Project. For details, refer to the YAML workflow under Modify Project.

Prerequisites

  • A user with Tenant admin permissions for the Tenant the Project belongs to.

Enablement

  1. Log in to the PaletteAI Tenant the Project belongs to.

  2. From the Projects Menu in the top-left, select All Projects.

  3. From the left main menu, select Projects.

  4. Select the three-dot menu beside the applicable Project tile and Delete the Project.

Validate

  1. Log in to the PaletteAI Tenant the Project belongs to.

  2. From the Projects Menu in the top-left, select All Projects.

  3. From the left main menu, select Projects.

  4. Verify the applicable Project tile is no longer available.