refined-caravan-84858
09/16/2025, 5:11 PMtall-airline-16756
09/16/2025, 5:11 PMtall-airline-16756
09/16/2025, 5:11 PMlk project remove PROJECT_NAME
b. Then, add the project again with your updated URL:
lk project add PROJECT_NAME --url <wss://new-subdomain.livekit.cloud> --api-key YOUR_API_KEY --api-secret YOUR_API_SECRET [--default]
c. Finally, you can list your projects to make sure everything looks good:
lk project list
• For Environment Variables:
If your app uses a .env file, just update the LIVEKIT_URL value there and restart your application to apply the changes.
• For LiveKit Cloud:
Just a heads-up, the project URL is linked to the subdomain and can’t be changed after creation. So, you’ll need to create a new project with the subdomain you want and then update your application accordingly.
Please feel free to reach out if you have any questions or need a hand with any of these steps—I’m here to help!
Sources: web/.env.sample | .env.example | .env.example | examples/receive-audio/.env.example | LiveKit CLI project management | LiveKit Docsrefined-caravan-84858
09/17/2025, 5:02 PMtall-airline-16756
09/17/2025, 5:02 PMListIngress API or your dashboard to check the current state of your ingress endpoints.
• Look out for any inactive ingresses that might need to be deleted or disabled.
• Try the ListActiveIngressRequest API to get a real-time snapshot of active ingress sessions.
If you’d like, I’m here to guide you through any of these steps—just let me know!
Sources: Webhooks | LiveKit Docs | protobufs/livekit_ingress.proto | pkg/stats/monitor.go