idyl scale deployment to change how many replicas IDYL should run.
1. Check the current deployment
2. Scale up
3. Watch pods change
4. Scale down
Namespace
If the deployment is not in the current namespace, pass--namespace:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Set a new replica count for a deployment.
idyl scale deployment to change how many replicas IDYL should run.
idyl get deployment web
idyl scale deployment web --replicas 3
idyl get pod --watch
idyl scale deployment web --replicas 1
idyl scale deployment web --replicas 0
--namespace:
idyl scale deployment web --replicas 3 --namespace production
