---
title: "Trigger Vapi Cron"
method: POST
path: "/api/vapi/cron/run"
tags: ["VAPI"]
---

# Trigger Vapi Cron

`POST /api/vapi/cron/run`

Ejecuta manualmente el CRON de llamadas VAPI.
Requiere ser administrador.

- force: True por defecto en ejecución manual (ignora is_enabled)
- dry_run: Si True, detecta eventos pero no lanza llamadas

## Query parameters

- `dry_run` boolean
- `force` boolean

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
