Inputs
SelectItem
SelectableOption
Output
Type:Dict
Returns the form id and its new status.
Fields: form_id, statusDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Updates the status of a Meta Instant Form (lead gen form): ACTIVE, ARCHIVED, DELETED, or DRAFT
| App | Meta Ads |
| Operation ID | meta_update_lead_form_status |
| Type | Action |
| Connection | meta_ads (required) |
| Credits per run | 1 |
| Agent / MCP tool | Yes |
| Requires approval | Yes (write operation) |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
page | SelectItem | Yes | - | Select the Facebook page that owns the lead form, ask the user for it if not provided |
form_id | string | Yes | - | Lead form ID, e.g. from meta_list_lead_forms |
status | string or SelectableOption | Yes | - | New form status. Status is the only thing Meta allows updating on a lead form. ARCHIVED is reversible (set ACTIVE to restore); DELETED is permanent, prefer ARCHIVED unless the user explicitly wants deletion. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | The value of the selectable item. |
label | string | Yes | - | The label of the selectable item, used for display purposes. If not provided, defaults to the value. |
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
value | string | Yes | - | |
label | string | Yes | - |
Dict
Returns the form id and its new status.
Fields: form_id, status