Update Asset Status
Component Assets
Update Asset Status
Update component asset status
POST
Update Asset Status
Documentation Index
Fetch the complete documentation index at: https://docs.metabind.ai/llms.txt
Use this file to discover all available pages before exploring further.
Path Parameters
Organization ID
Project ID
Component ID
Asset ID
Request Body
New status:
active or deletedExample Request
Response
Returns the Component Asset object with updated status.Status Values
| Status | Description |
|---|---|
uploading | File is being uploaded |
processing | File is being processed (optimization, metadata extraction) |
active | Asset is available for use |
deleted | Asset is soft-deleted |
error | Processing failed |
You can only transition between
active and deleted statuses. Other statuses are managed by the system.