---
title: "Requeue agent for compliance heartbeat"
method: POST
path: "/api/registry/agents/{encodedUrl}/monitoring/requeue"
tags: ["Agent Compliance"]
---

# Requeue agent for compliance heartbeat

`POST /api/registry/agents/{encodedUrl}/monitoring/requeue`

Clears the agent's last_checked_at timestamp so it is picked up on the next heartbeat cycle (within ~1 hour). This is queued-async; it does not run the compliance suite synchronously or change the current verdict until the heartbeat completes. Requires authentication and ownership.

## Path parameters

- `encodedUrl` string, required — URL-encoded agent URL

## Response `200`

Agent requeued

- object
  - `requeued` boolean, required

## Other responses

- `400` — Invalid agent URL
- `401` — Authentication required
- `403` — Not authorized
- `429` — Rate limited
- `500` — Server error

---

[API](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api.md) · [All operations](https://skmtc.dev/adcontextprotocol/apis/agenticadvertising-org-registry-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/adcontextprotocol/agenticadvertising-org-registry-api/revisions/9ea7fedf54c0/schema)
