# Cloud File Systems

Managing cloud file systems that TonicDM can connect to.

 - [POST /fileset/cloud-file/upsert](https://developers-internal.tonicdm.com/tonicdm-product/cloud-file-systems/cloud-files-upsert.md): Based on the IDs of files in a cloud file system, add those files to a TonicDM fileset. If the files are in different folders, the TonicDM system will determine the appropriate relative path (the comm
 - [POST /fileset/cloudfilesystem-children/delete](https://developers-internal.tonicdm.com/tonicdm-product/cloud-file-systems/cloudfilesystem-child-delete.md): Delete a file or folder from the parent folder.
 - [POST /fileset/cloudfilesystem-children/insert](https://developers-internal.tonicdm.com/tonicdm-product/cloud-file-systems/cloudfilesystem-child-insert.md): Creates a new child *folder* in the parent folder. This cannot be used to add a file to a folder.
 - [POST /fileset/cloudfilesystem-children/select](https://developers-internal.tonicdm.com/tonicdm-product/cloud-file-systems/cloudfilesystem-children-select.md): Retreive the children associated with a cloud file system path. This endpoint is used sucessively to navigate the file system. This endpoint can accept: - just a platform, in which case the childre
 - [POST /fileset/cloudfilesystem-children/update](https://developers-internal.tonicdm.com/tonicdm-product/cloud-file-systems/cloudfilesystem-child-update.md): Change the name of an existing file or folder.
