Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add manual scaling to CLI #71

Open
iandouglas opened this issue Apr 10, 2024 · 0 comments
Open

add manual scaling to CLI #71

iandouglas opened this issue Apr 10, 2024 · 0 comments

Comments

@iandouglas
Copy link

Customer request, but adding here so others can upvote.

Since CLI is built atop Render API, and the API has the means to scale a service up or down, it would be nice to support this in the CLI tool as well.

perhaps:
render services scale --id srv-abc123 --add 2
to add 2 more instances

and

render services scale --id srv-abc123 --remove 3
to remove 3 instances, if possible, maybe leaving one at a minimum that needs to be manually deleted to fully close down?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant