> For the complete documentation index, see [llms.txt](https://docs.fieldmotion.com/fieldmotion-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fieldmotion.com/fieldmotion-api-docs/asset/_archive.md).

# \_archive

Archives given asset

### Parameters

#### id

Id of asset to archive

#### Example

```
FM_api('Asset_archive', ['id'=>'5'])
```

#### On Success

```
{"ok":1}
```
