Retry a failed automatic-renewal setup intent
POST/api/v1/workspaces/:id/certops/renewal-setup-intents/:outboxId/retry
Returns a parked profile-derivation intent to the pending queue with a fresh attempt budget.
Only a failed intent can be retried. A skipped intent is a
recorded decision rather than a failure, and the decision this rule
exists for is detached: replaying it would re-link a certificate an
operator deliberately detached.
Request
Responses
- 200
- 401
- 403
- 404
- 422
- 429
- 500
Intent reset to pending
Unauthorized
Not a session user, or the session user lacks the workspace manager/admin role
CertOps is disabled or the intent was not found in this workspace
The request carried private key material, or the intent is not in a retryable state (already succeeded, still pending, or skipped).
The workspace API rate limiter rejected the request
Internal server error