# Project Detail

Each active project in the Float16 web interface is organized into seven main sections:

## Overview

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2F3DPgoWUq3KSpgdIMAGGt%2FScreenshot%202568-06-23%20at%2016.53.36.png?alt=media&#x26;token=a38caa0a-8d12-4a5f-bb79-f32b7d237101" alt=""><figcaption><p>Overview section</p></figcaption></figure>

The Overview section provides essential project details:

* Project Name
* Project ID
* Project instance type
* Project status
* Creation date
* Last update date
* Endpoint and endpoint status (if deployed)

If your project has a deployed endpoint:

* A 24-hour graph displays the number of requests and total usage time (in seconds)

If you have any active Spot tasks:

* They will be shown in this section as long as they are still running

## Deploy

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FnuwOfnXQtNIL0aBJRyKc%2FScreenshot%202568-05-30%20at%2013.39.32.png?alt=media&#x26;token=501632b1-e560-4c28-9377-25737c3de143" alt=""><figcaption><p>Deploy section </p></figcaption></figure>

The Deploy section displays comprehensive deployment-related information&#x20;

* Deployed date
* Endpoint (function and server)
* API key
* Request task history

### Endpoint Management Actions

#### Stop Endpoint

1. Click the "Stop" button while the endpoint is active
2. Confirm to stop the endpoint
3. Immediate endpoint termination

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint stop`
{% endhint %}

#### Start Endpoint

1. Click the "Start" button while the endpoint is inactive
2. Confirm to start the endpoint
3. Immediate endpoint activation

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint start`
{% endhint %}

#### Re-generate API Key

1. Click "Re-generate" button
2. Confirm regeneration
3. Automatically invalidates the old API key&#x20;

{% hint style="info" %}
Equivalent to CLI command: `float16 endpoint regenerate`
{% endhint %}

## Develop

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FYqhRF2EFZPUSm3ahiLzc%2FScreenshot%202568-05-30%20at%2013.40.50.png?alt=media&#x26;token=6400b2b8-c480-4e52-9a92-427c33d82cbe" alt=""><figcaption><p>Develop section</p></figcaption></figure>

The Develop section displays tasks executed using the `float16 run` command for the current project, including comprehensive task details.

## Storage

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FplQ3Sr7r6BrKRcdbBfPX%2FScreenshot%202568-05-30%20at%2013.41.46.png?alt=media&#x26;token=e37d261a-bf62-4192-82a6-f9c8d554aa08" alt=""><figcaption><p>Storage section</p></figcaption></figure>

The Storage section lists remote storage associated with the project.

{% hint style="info" %}

* Equivalent to `float16 storage ls` CLI command
  {% endhint %}

### Storage Management Actions

#### File Preview

You can also click on a selected file to preview its contents before taking any action.

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FaAteNJmCHstq8EqIni4G%2Fimage.png?alt=media&#x26;token=0ec1ba3f-1659-4ff7-a938-72d0081b43b4" alt=""><figcaption><p>File Preview</p></figcaption></figure>

**Upload Files/Folders**

1. Click the "Upload" button.
2. Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.
3. Click "Upload". You may close the dialog while the upload is in progress.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage upload -f <file>`
{% endhint %}

#### Download Files

1. Click ![](https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FjxqJU9CEJkdYQeTnu3Uf%2Fimage.png?alt=media\&token=8eed0959-d380-4db5-8f27-c264b0ab6639) on the selected file
2. Click **"Download"**.
3. The file will be downloaded immediately.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage download -f <file>`
{% endhint %}

#### Remove Files

1. Click ![](https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FjxqJU9CEJkdYQeTnu3Uf%2Fimage.png?alt=media\&token=8eed0959-d380-4db5-8f27-c264b0ab6639) on the selected file or folder
2. Click **"Delete"**.
3. Confirm the deletion. The file will be removed immediately.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage remove-on-remote -f <file>`
{% endhint %}

#### Copy Files

1. Click ![](https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FjxqJU9CEJkdYQeTnu3Uf%2Fimage.png?alt=media\&token=8eed0959-d380-4db5-8f27-c264b0ab6639) on the selected file or folder
2. Click **"Copy to"**.
3. Select the destination project
4. (Optional) Enter the destination path.
   1. If you want to copy to the **root directory** of the selected project, you can leave this field empty.
5. Click **"Copy"** to confirm and start the copy process.

{% hint style="info" %}
Equivalent to CLI command: `float16 storage copy`
{% endhint %}

## Tasks

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FXQ2td6kxOSSOqVtTDSRk%2FScreenshot%202568-05-30%20at%2013.42.53.png?alt=media&#x26;token=aab036be-d956-4433-9565-6569809bb0a6" alt=""><figcaption><p>Project's tasks</p></figcaption></figure>

This section presents a comprehensive table of all tasks within the project, including both deployment and development mode tasks.

### Features

* Search and filter tasks by:
  * Task ID
  * Status
  * Type
  * Date
* Clickable task entries for detailed information

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FdwXAyb2s7OdidFWof4PN%2Fimage.png?alt=media&#x26;token=8d58b680-8a69-4eb6-9d3b-7f17981eac6d" alt=""><figcaption><p>Task Details</p></figcaption></figure>

{% hint style="info" %}

* Refresh the website to update task information
* When a project is deleted, only Overview and Tasks sections remain accessible
  {% endhint %}

## Playground

The Playground section provides an interactive environment where you can develop, test, and deploy your applications directly in the browser—no local setup required.

Playground includes three tabs:

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FrquyXIa68S6tY2a21YUn%2FScreenshot%202568-05-30%20at%2013.44.34.png?alt=media&#x26;token=b6b6be89-2f8d-4966-af7e-7b24cad45d6d" alt=""><figcaption><p>Run playground</p></figcaption></figure>

#### Run

* Represents the Development Mode (same as `float16 run`)
* Write and edit a single `.py` file directly in the browser
* You can click **Run** to execute the script immediately on Serverless GPU
* Or use **Run Spot** for execute in spot mode
* You can also rename the script file (default: `quick-run.py`)

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FEjQuDW3bWULJsXQaJuV5%2FScreenshot%202568-05-30%20at%2013.54.51.png?alt=media&#x26;token=b1914a40-86c6-4059-9dcb-0b497a611698" alt=""><figcaption><p>Deploy playground</p></figcaption></figure>

#### Deploy

* Designed for deploying FastAPI apps (same as `float16 deploy`)
* Write your FastAPI app in a single `.py` file
* Click **Deploy** to launch the app and receive an API endpoint instantly

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FLkUy2ZbyGl5kXmcp4BEY%2FScreenshot%202568-05-30%20at%2013.55.02.png?alt=media&#x26;token=706e53ed-15dd-409b-8daa-a57c8779a942" alt=""><figcaption><p>Requirements playground</p></figcaption></figure>

#### Requirements

* Represents the `requirements.txt` file
* Add any additional Python packages your project needs
* Click **Install** to install the listed dependencies before running or deploying

{% hint style="info" %}
You can see your available credit and today's usage here. For full details and conditions, check [#credit-usage](https://docs.float16.cloud/account/payment#credit-usage "mention").
{% endhint %}

## Activity

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FDqINyUhWkyVpdukCHUUo%2FScreenshot%202568-05-30%20at%2014.05.01.png?alt=media&#x26;token=505a56f8-475d-46b8-86b7-cab32454ac2c" alt=""><figcaption><p>Activity Dashboard</p></figcaption></figure>

The **Activity** page provides a visual summary of your GPU usage over time. For more information, please refer to the [Activity Dashboard](https://docs.float16.cloud/account/dashboard#serverless-gpu) section.

### Setting

<figure><img src="https://3153350778-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F06IkMLrrm1ptUT8449HF%2Fuploads%2FLFNamC4rmBdWiRLwdLTZ%2FScreenshot%202568-06-23%20at%2016.57.14.png?alt=media&#x26;token=88d80a01-0efd-4b23-90ed-bcba5c1ca0f7" alt=""><figcaption><p>Setting</p></figcaption></figure>

This section allows you to manage basic project configurations.

* **Rename Project**: To rename your project, enter a new name in the input field and click the **Rename** button.
* **Delete Project**: To permanently delete the project, click the **Delete Project** button. *Please note that this action cannot be undone.*
