# Retry a failed post with the PostEverywhere API **Source:** https://posteverywhere.ai/docs/api/retry-post --- [🤖Connect ChatGPT, Claude or any AI agent to manage your social media end to endConnect your AI agent to manage your social media](https://posteverywhere.ai/agents)POST/posts/{id}/retry # Retry a failed post with the PostEverywhere API Resets every `failed` destination of the post to `queued` with a fresh attempt budget and `scheduled_for = now` (publishes on the next scheduler cycle). Returns `400 no_failed_destinations` when nothing is in a failed state. Counts against the immediate-publish posting budget. Guides: [Quick start: create your first post](https://posteverywhere.ai/docs/quick-start) · [Bulk operations guide](https://posteverywhere.ai/docs/bulk-operations) Copy MarkdownCopy for LLM ## Parameters idstringrequiredPost UUID (non-UUIDs return 400 invalid_id) ## Responses - 200Destinations queued for retry - 400 - 401 - 402 - 403 - 404 - 429 - 500 ## More in Posts - [List posts](https://posteverywhere.ai/docs/api/list-posts) - [Create a post](https://posteverywhere.ai/docs/api/create-post) - [Get a post](https://posteverywhere.ai/docs/api/get-post) - [Update a post](https://posteverywhere.ai/docs/api/update-post) - [Delete a post](https://posteverywhere.ai/docs/api/delete-post) - [Publish results](https://posteverywhere.ai/docs/api/get-post-results) - [Schedule or publish](https://posteverywhere.ai/docs/api/schedule-post) - [Bulk create posts](https://posteverywhere.ai/docs/api/bulk-create-posts) - [Bulk retry](https://posteverywhere.ai/docs/api/retry-failed-posts) - [Get the queue](https://posteverywhere.ai/docs/api/get-queue) - [Approve a post](https://posteverywhere.ai/docs/api/approve-post) - [Request changes](https://posteverywhere.ai/docs/api/request-post-changes) [← Publish results](https://posteverywhere.ai/docs/api/get-post-results)[Schedule or publish →](https://posteverywhere.ai/docs/api/schedule-post)[← All endpoints](https://posteverywhere.ai/docs/api/reference)