> For the complete documentation index, see [llms.txt](https://docs.rhinofcp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rhinofcp.com/creating-and-running-code-objects/managing-run-time-files.md).

# Managing Run Time Files

How to view, add, publish, unpublish, and delete run time files.

The Run Time Files page shows the files that have been uploaded to the shared space for your workgroup. These are files that can be used when you run code objects. This page shows the files that have been uploaded, the folders they are stored in, and whether the files are unpublished or published.

{% hint style="info" %}
NOTE: If you belong to [multiple workgroups](/settings/about-multiple-workgroups.md), the Run Time Files page shows all of the project's files of your currently active workgroup, whether they are published or not.
{% endhint %}

### Viewing Run Time Files

To view project run time files for your workgroup, select Code from the menu on the left, then select the Run Time Files link.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/g8lAUHCsQVbvlS7TRbuH/30677601767837)

Folders and run-time files are listed.

<table><thead><tr><th width="80.8125">Icon</th><th>Description</th></tr></thead><tbody><tr><td><img src="https://2949362692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FydySyCBmy6F7NnGn4bPa%2Fuploads%2FrecACTGw0Aj4LLj1h7Cr%2FIcon_Unpublished.png?alt=media&amp;token=390fe619-d52a-4561-a3a4-55fdfaf86a14" alt="" data-size="line"></td><td>The file is unpublished. If this icon appears next to a folder, then all files in that folder are unpublished.</td></tr><tr><td><img src="https://2949362692-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FydySyCBmy6F7NnGn4bPa%2Fuploads%2FAnxLN2D4pZ7PuEDkyeAF%2FIcon_Published.png?alt=media&amp;token=b0dba261-aa55-47bd-a572-380c98925da1" alt="" data-size="line"></td><td>The file is published. If this icon appears next to a folder, then all files in that folder are published.</td></tr><tr><td><img src="https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/7ygEygctpDYgskhuP8eQ/30677594171037" alt="" data-size="line"></td><td>The folder contains published and unpublished files.</td></tr></tbody></table>

### Adding Run Time Files

There are two ways to add run time files.

* To add run time files, complete the steps in the [Frequently Asked Questions (FAQs)](/frequently-asked-questions/frequently-asked-questions-faqs.md) article.
* As you train your NVFlare models, the checkpoint and model parameter files are added to the Run Time Files page automatically.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/y9eMmDSab3wk7BlDTu78/31364001984925)

Checkpoint files, which are complete snapshots of a federated learning training run are listed. Each file contains model parameters, internal optimizer states, and training metadata such as the current training round. You will also see a models parameter file. You can publish, unpublish, or delete these files, as you would any other file.

### Adding Descriptions or Notes to Files

If you want to add a description or note, move the pointer over the file. A box appears; select the pencil to enter the description, then click Save.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/rfgmKxqthmJ7fgzxLYjm/31364050783389) ![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/75eEY4FAqJ2emBjG0kHo/31364050784925)

### Publishing Run Time Files

{% stepper %}
{% step %}
**Open the Run Time Files page.**

Select Code from the left menu, then clicking the run time files link.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/pOrGHtj8Eegw7SkeHiwK/30677601773085)
{% endstep %}

{% step %}
**Select the files and publish them.**

Click the check box next to the files you want to publish, then click the Publish button.
{% endstep %}
{% endstepper %}

### Unpublishing Run Time Files

{% stepper %}
{% step %}
**Open the Run Time Files page.**

Select Code from the left menu, then clicking the run time files link.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/PldpadLuVYshAFhb6qbt/30677601774877)
{% endstep %}

{% step %}
**Select the files and unpublish them.**

Select the checkbox next to the file(s) you want to unpublish, then select the Unpublish button.
{% endstep %}
{% endstepper %}

### Deleting Run Time Files

{% stepper %}
{% step %}
**Open the Run Time Files page.**

Select Code from the left menu, then clicking the run time files link.

![](https://content.gitbook.com/content/ydySyCBmy6F7NnGn4bPa/blobs/PldpadLuVYshAFhb6qbt/30677601774877)
{% endstep %}

{% step %}
**Select the files and delete them.**

Select the checkbox next to the file(s) you want to delete, then select the Delete Files button.
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.rhinofcp.com/creating-and-running-code-objects/managing-run-time-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
