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

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

The Deploy section displays comprehensive deployment-related information
Deployed date
Endpoint (function and server)
API key
Request task history
Endpoint Management Actions
Stop Endpoint
Click the "Stop" button while the endpoint is active
Confirm to stop the endpoint
Immediate endpoint termination
Start Endpoint
Click the "Start" button while the endpoint is inactive
Confirm to start the endpoint
Immediate endpoint activation
Re-generate API Key
Click "Re-generate" button
Confirm regeneration
Automatically invalidates the old API key
Develop

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

The Storage section lists remote storage associated with the project.
Storage Management Actions
File Preview
You can also click on a selected file to preview its contents before taking any action.

Upload Files/Folders
Click the "Upload" button.
Select a file or drag and drop files/folders into the dialog. You can upload multiple files at once.
Click "Upload". You may close the dialog while the upload is in progress.
Download Files
Click
on the selected file
Click "Download".
The file will be downloaded immediately.
Remove Files
Click
on the selected file or folder
Click "Delete".
Confirm the deletion. The file will be removed immediately.
Copy Files
Click
on the selected file or folder
Click "Copy to".
Select the destination project
(Optional) Enter the destination path.
If you want to copy to the root directory of the selected project, you can leave this field empty.
Click "Copy" to confirm and start the copy process.
Tasks

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

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:

Run
Represents the Development Mode (same as
float16 run
)Write and edit a single
.py
file directly in the browserYou 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
)

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

Requirements
Represents the
requirements.txt
fileAdd any additional Python packages your project needs
Click Install to install the listed dependencies before running or deploying
Activity

The Activity page provides a visual summary of your GPU usage over time. For more information, please refer to the Activity Dashboard section.
Setting

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.
Last updated