edgedb-cli
edgedb-cli copied to clipboard
Implement edgedb instance start for cloud instances
edgedb instance start should work for cloud instances.
Should this be no-op?
I think cloud instances should be able to stop and start. @elprans do I have that right?
Yes, cloud instances should be able to go into a "stopped" state (i.e. not serving and not consuming any resources other than storage).
I opened an issue for that functionality in nebula https://github.com/edgedb/nebula/issues/459