Skip to main content

Resume a paused or grace-period subscription

POST 

/panel/workspaces/:workspace/subscription/resume

Resumes the workspace's default subscription. The request takes no body.

The subscription must be resumable — that is, paused, in a paused grace period, or in a cancellation grace period. Anything else fails with 422.

If the instance's active payment platform does not support resuming, the request fails with a server error (500) rather than a documented API error.

Request

Responses

{"success": true} — hard-coded literal, never false.