# Hosting Manage your application's [hosted files](https://www.mongodb.com/ko-kr/docs/atlas/app-services/hosting/). ## Asset Metadata Document Example Asset metadata documents describe hosted asset files. ```json { "path": "", "hash": "", "size": , "attrs": [ { "name": "", "value": "", } ] } ``` ## Operations - [Get Hosting Configuration](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-admingethostingconfig.md) - [Enable/Disable Hosting](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-adminenabledisablehosting.md) - [List all hosted assets](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-admingetallhostedassets.md) - [Move or copy a hosted asset](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-adminmovecopyhostedasset.md) - [Retrieve metadata for a specific hosted asset](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-admingethostedasset.md) - [Upload or replace a hosted asset](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-adminuploadhostedasset.md) - [Update the metadata attributes of a hosted asset](https://www.mongodb.com/ko-kr/docs/api/doc/atlas-app-services-admin-api-v3/operation/operation-adminupdatehostedasset.md) [Powered by Bump.sh](https://bump.sh)