Skip to content

down

Scale all processes to 0 for a service

Tear down a service by scaling all of its processes to zero.

If no service path is provided, the linked context from the local .ancla/config.yaml is used (set via “ancla link”). You can also pass the full ws/proj/env/svc path as an argument.

Use —yes to skip the confirmation prompt (useful in scripts and CI).

ancla down [ws/proj/env/svc] [flags]
ancla down
ancla down my-ws/my-proj/staging/my-svc
ancla down my-ws/my-proj/staging/my-svc --yes
-h, --help help for down
-y, --yes Skip confirmation prompt
--api-key string API key for authentication
--config string config file (default: ~/.ancla/config.yaml)
--json Shorthand for --output json
-o, --output string Output format: table or json (default "table")
-q, --quiet Suppress non-essential output
  • ancla - Ancla CLI — manage your Ancla PaaS deployments