Approve or reject lifecycle request
POST/tenants/:tenant_id/lifecycle-requests/:id/approve
Records an approval or rejection decision on a pending lifecycle request. If approved, the requested action (suspend, terminate, etc.) is executed immediately. If rejected, the request is closed without executing the action and the reason is recorded.
Request
Responses
- 200
- 404
- 409
Lifecycle decision recorded; action executed if approved.
Tenant or lifecycle request not found.
Request has already been actioned.