You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 2to add 2 more instances
and
render services scale --id srv-abc123
--remove 3to remove 3 instances, if possible, maybe leaving one at a minimum that needs to be manually deleted to fully close down?
The text was updated successfully, but these errors were encountered: