Create lifecycle request
POST/tenants/:tenant_id/lifecycle-requests
Creates a tenant lifecycle request for actions that require dual-approval before execution: suspend, unsuspend, terminate, or change_plan. The request enters a pending state and must be approved via the /approve endpoint. Use when platform policy requires a second admin to authorise destructive tenant operations.
Request
Responses
- 201
- 404
- 422
Lifecycle request created and awaiting approval.
Tenant not found.
Validation failed — check action enum or plan value.