Skip to main content

Renew an agent subscription

POST 

/agent-subscriptions/:id/renew

Extends the subscription's currentPeriodEnd by another intervalDays from the plan (starting from the later of today or the current period end) and re-activates it if it was past_due. Cancelled subscriptions cannot be renewed. Emits agent_subscription.renew audit event. Requires the agent-subscription:renew permission.

Request

Responses

Updated AgentSubscription with new period end.