# Close AgentForm

> Close AgentForm is a paid API for AI agents from agentforms.evmoore.workers.dev, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Closes an active hosted form by ID, preventing new submissions from being accepted

## Facts

- Endpoint: POST https://agentforms.evmoore.workers.dev/v1/forms/{id}/close
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: agentforms.evmoore.workers.dev
- Website: https://agentforms.evmoore.workers.dev
- Canonical page: https://www.zero.xyz/c/agentforms-evmoore-workers-dev-close-agentform-2814cf00
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_MSV6_JBVcg6xprihVGveq

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agentforms-evmoore-workers-dev-close-agentform-2814cf00 -d '<json body>'
```

Example prompt: Please close the agentforms intake form with ID abc123 so that no new submissions can come in — the collection period is over.

## When to prefer this

Use this endpoint when you need to programmatically stop a live hosted form from accepting new submissions, such as after a deadline passes, a quota is reached, or a campaign ends. Prefer this over simply ignoring new submissions when you want to give submitters a clear 'form closed' response.

## Known failure modes

- Form ID not found — 404 error
- Form already closed — may return error or no-op
- Unauthorized — missing or invalid payment/auth
- Malformed form ID — 400 validation error

## Output

Returns a JSON object confirming the form has been closed, likely including updated form status and the form ID.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentforms-evmoore-workers-dev-close-agentform-2814cf00/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentforms.evmoore.workers.dev](https://www.zero.xyz/host/agentforms.evmoore.workers.dev/llms.txt)
