Inputs
SelectableOption
Output
Type:Dict
Returns {feed_id, archived_at} exactly as returned by the OpenAI Ads API.
Fields: dynamic (depend on the inputs)
Example:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Archive an OpenAI Ads product feed
| App | OpenAI Ads |
| Operation ID | openai_ads_archive_product_feed |
| Type | Action |
| Connection | openai_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
feed_id | string or SelectableOption | Yes | - | Product feed ID to archive (from openai_ads_list_product_feeds). Archiving is permanent and cannot be undone. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns {feed_id, archived_at} exactly as returned by the OpenAI Ads API.
Fields: dynamic (depend on the inputs)
Example:
{
"feed_id": "acme_feed",
"archived_at": "2026-09-01T00:00:00Z"
}
