Find disk space used by app

Where can we see how much disk space our app is using?

Hello,

It’s not available yet in the control panel, don’t hesitate to mention your need on feedback.koyeb.com.

But you can find a way around that, by running command inside the container.
There is an option on our control panel, or you could use koyeb service exec or even koyeb instance exec. And once you have a prompt, you could execute this command:

df -h

You may have to use sudo.

Have a great day.