Skip to main content
POST
Update Asset Status

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
componentId
string
required
Component ID
assetId
string
required
Asset ID

Request Body

status
string
required
New status: active or deleted

Example Request

Response

Returns the Component Asset object with updated status.

Status Values

StatusDescription
uploadingFile is being uploaded
processingFile is being processed (optimization, metadata extraction)
activeAsset is available for use
deletedAsset is soft-deleted
errorProcessing failed
You can only transition between active and deleted statuses. Other statuses are managed by the system.

Error Responses

Invalid Status Transition

Asset In Use

Code Examples