<!-- https://cutedyno.com/docs/mcp/tools/retry_post -->

# Retry a post

MCP tool `retry_post`, calling `POST /v1/posts/{id}/retry`.

Requeues a failed or partially published post. Only the accounts that failed are retried.

Read only: no.

## Parameters

- `id` (string, required) — Post id.
- `profileId` (string) — Profile to act on. Omit to use the profile this API key belongs to. Call list_profiles first when managing several customers.