Set Offline
set_offlineTake a project item offline to unlink its media, or refresh it back online when the source is available. Pass item ID and set offline to false to restore connectivity.
Instructions
Set a project item offline, or ask Premiere to refresh it back online when offline is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_id | Yes | Node ID or name of the project item | |
| offline | No | true to take media offline (default); false to refresh an existing offline item |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool completed successfully. | |
| data | No | Tool-specific result data when ok is true. | |
| tool | Yes | The registered MCP tool name. | |
| error | No | Failure detail when ok is false. |