resumeHostedQuickstart
POST/apis/cra.diagrid.io/v1beta1/projects/:ProjectId/hosted-quickstarts/:HostedQuickstartId:resume
Bring a Suspended session back to Active and renew the user lease. The owner only. A session suspends when its lease expires rather than being destroyed, so a user who left and came back resumes the run they had.
Request
Responses
- 202
- 403
- 404
- 409
- default
Resume accepted. No body: bringing the runner back is the controller's work, so the caller re-reads the session to see it land.
Not the session's owner.
No such session.
The session's status moved under the caller; retry against the current one.
Unexpected error.