provider reverse_proxyproxy_records POST /api/organizations/{organization_id}/proxy_records/{id}/retry/
@utdk/posthog /api/organizations/{organization_id}/proxy_records/{id}/retry/
proxy_records_retry_create
Retry provisioning a failed reverse proxy. Only available for proxies in 'erroring' or 'timed_out' status. Resets the proxy to 'waiting' status and restarts the provisioning workflow.
id path required
A UUID string identifying this proxy record.
string
organization_id path required
ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.
string

Try it

Authentication
Configure credentials for PostHog API
proxyRecordsRetryCreate
POST/api/organizations/{organization_id}/proxy_records/{id}/retry/
Retry provisioning a failed reverse proxy. Only available for proxies in 'erroring' or 'timed_out' status. Resets the proxy to 'waiting' status and restarts the provisioning workflow.

Parameters

required

A UUID string identifying this proxy record.

required

ID of the organization you're trying to access. To find the ID of the organization, make a call to /api/organizations/.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import posthog from '@utdk/posthog';

await posthog.proxyRecordsRetryCreate()